Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 211 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 211 Bytes

aoc2021rust

My Advent of Code 2021 solutions, in rust.

Each problem contains an input.txt containing the problem input.

To run a solution:

# Switch to day 1a and run
cd day01a
cargo run --release