Select Git revision
Forked from
Peter Gerwinski / hp
286 commits behind the upstream repository.
Peter Gerwinski authored
comma-3.c 104 B
#include <stdio.h>
int main (void)
{
for (int i = 1; i < 10; printf ("%d\n", i), i++);
return 0;
}