Solutions written in Lua, Rust, Scheme and Go.
To run the Go solutions you'll need to install Golang. To run the Scheme implementations you'll need a working installation of GNU Guile. To run the Rust implementations you'll need to install Rust. To run the Lua implementations you'll need Lua (the aoc
script uses LuaJIT). See the aoc script.
Problem inputs are read from STDIN:
./day_n < input.txt
The solutions to both parts of the problem are then printed:
A) ... solution here ...
B) ... solution here ...