Go to file
Parnic 1a6529c7d2 Day 21 solution
Hopefully my logic is explained well enough in the comments for this one. We're just layering more programming languages on top of other programming languages. This is how you anger the computer gods and bring about the AI singularity.

I also made some general tweaks to the Intcode machine to make ASCII intcode machines dead simple to deal with. Is it worth the extra branches for each input and output instruction in the interpreter? Probably not...but I was never going to win any speed competitions anyway.
2022-06-24 23:20:31 -05:00
2022-06-06 15:14:31 -05:00
2022-06-24 23:20:31 -05:00
2022-06-24 23:20:31 -05:00
2022-06-24 23:20:31 -05:00
2022-06-06 15:14:31 -05:00
2022-06-24 23:20:31 -05:00
2022-06-07 09:54:20 -05:00

Advent of Code 2019

My solutions to Advent of Code 2019.

Description
No description provided
Readme 1.6 MiB
Languages
Go 100%