mcebular/advent-of-code-2021
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Advent of Code 2021 ------------------- You'll need D installed. To run: rdmd dayXX.d To run with arguments: rdmd dayXX.d arg1 arg2 To run unit tests: rdmd -unittest dayXX.d Additional requirements: ------------------------ None so far.