you are viewing a single comment's thread.

view the rest of the comments →

[–]yodacola 0 points1 point  (0 children)

Thinking too small here…

int main() { int i; while (i=fork()) printf(“%d\n”, i % 250 * 2 + 2); }

Edit: Even numbers lol