Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 260 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 260 Bytes

AoC 2021

https://adventofcode.com/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