Skip to content
Snippets Groups Projects
Select Git revision
  • e48924b57cd3dd2afba7122942909b21f332715f
  • master default protected
  • 2018ws
  • 2017ws
  • 2016ws
5 results

aufgabe-4.c

Blame
  • Forked from Peter Gerwinski / hp
    286 commits behind the upstream repository.
    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;
    }