Skip to content

chrnin/aoc2021

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages