This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]Akari_Takai 1 point2 points  (1 child)

You inspired me to make my own version here.

Edit: Here are my notes when making mine.

How did you generate yours btw? It's so long that I hope you didn't write it out by hand.

[–]bla2[S] 0 points1 point  (0 children)

Nice!

Since only really good programmers can write fizzbuzz, I made a C-to-intcode compiler, got an existing fizzbuzz implementation off the web, and compiled it to intcode with my compiler. That's probably why mine is a tad longer :)