mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 10:15:36 +00:00
6 lines
104 B
C
Executable file
6 lines
104 B
C
Executable file
#include <stdio.h>
|
|
int main(void) {
|
|
for (int c = 0; ; i++)
|
|
printf("a=1,b=2,c=%d\n", c);
|
|
return 0;
|
|
}
|