AoC 2021
Run the solutions like this:
cd day01
rdmd -release -inline part1.d < input.txt
At the time of writing, some files require a preview switch:
cd day01
rdmd -preview=shortenedMethods day1.d < input.txt
Run the solutions like this:
cd day01
rdmd -release -inline part1.d < input.txt
At the time of writing, some files require a preview switch:
cd day01
rdmd -preview=shortenedMethods day1.d < input.txt