Skip to content
Snippets Groups Projects
Select Git revision
  • 778d33ccd821ac693493c5dbe7ab7221d8ac8298
  • master default protected
2 results

.project

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