Fizz Buzz is a common challenge given during interviews. The challenge goes something like this:
Write a program that prints the numbers from 1 to n. If a number is
divisible by 3, write Fizz inst...
I've spent months working on this program. I've long thought that "how fast can you make a FizzBuzz" would be a really interesting question for learning about high-performance programming, and when I subsequently saw this question posted on CGCC, I pretty much had to try.
I didn't make it, sorry 😅 I found it since i like to browse codegolf (and PCJ, i also saw it before from there) and decided to upload it here because it always makes me crack up. If only i were this dedicated 😂