Skip to content
Snippets Groups Projects
Select Git revision
  • fdd023ef684d62b2f76f0ab5ebcffda19d982a21
  • master default protected
  • cvh
  • main
4 results

CODEOWNERS

Blame
  • comma-3.c 104 B
    #include <stdio.h>
    
    int main (void)
    {
      for (int i = 1; i < 10; printf ("%d\n", i), i++);
      return 0;
    }