/advent-of-code-2021

My solutions for Advent of Code 2021.

Primary LanguageGo

Advent of Code 2021

My solutions for Advent of Code 2021.

See the review branch for changes I made after submiting my solutions and exploring other people's solutions.

Programs used

How do I run the day 8 solution?

The day 8 solution is written in HolyC and at the time of writing can only be run inside the TempleOS operating system.

You should run TempleOS in a virtual machine (VM) and copy the solution and input file by either storing them in an ISO file and inserting it in the CD drive of the VM, or by modifying the disk image of the virtual machine.

If the VM uses the qcow2 disk image format, you can follow these instructions to mount and modify it on a Linux-based OS.