Commit 5b9d3e19 by otsall

secondsync

parent 4a8381f4
Showing with 11 additions and 0 deletions
File added
#include <stdio.h>
int main () {
int i = 0;
int x = 2;
for (i=0; i<10; i++) {
x+=1;
printf("%d\n", x);
}
return 0;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment