So I was on some non-FRC code in C, and while testing a specific feature I accidentally left an infinite loop that printed to stdout, which was redirected to a file.
This is the result of the code running for around a minute (before I shut it down via Task Manager):
More than 16 million lines
File size is almost 0.5GB
(the output file is t1_out.txt
).
I might show this to next year’s new programmers as an example of why loops need caution.
I hope everyone found an answer to the rhetorical/sarcastic title.