Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 273 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 273 Bytes

aoc2021 in rust

I learned rust in this 2021 session of Advent of Code. Here are my solutions.

run

place your input file in dayXX/input
cd dayXX
cargo run --release

test

tests use the input_test files given in this repo. cd dayXX
cargo test