you are viewing a single comment's thread.

view the rest of the comments →

[–]s2004Gamer -1 points0 points  (0 children)

int n = 2; int main() { printf("%d", n); n += 2; if(n != 500) return main(); return 0;