lc/test.c

3 lines
36 B
C

loop i != 0 {
printf("%d\n", i);
}