Skip to content

Files

Latest commit

24c11e6 · Nov 26, 2023

History

History

2021

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 28, 2022
Nov 26, 2023
Dec 28, 2022
Dec 28, 2022
Dec 28, 2022
Nov 26, 2023

2021

The command line to run a solution is:

cargo run --example=<day>-<part>

Where <day> is the 2-digit day and <part> is 1 or 2. For example, the command line to run the solution for day 14 part 2 is:

cargo run --example=14-2

The test.sh script can be used to check formatting and that all solutions build.