This repository contains all of my solutions for Advent of Code
- Add the input files to the corresponding
inputs/<year>
directory- Must be in the format
<day>.txt
- Can be suffixed, e.g.
<day>.<suffix>.txt
,
- Must be in the format
- Run
cargo run <year> <day> [suffix]
- Optionally add
--bench
flag to benchmark the solution on multiple runs--runs <N>
can be used to specify the number of runs
- Optionally add