Skip to content

MaienM/AdventOfCode2021

Repository files navigation

Advent of Code 2021

To run a given day:

cargo run --release --bin day01 [input.txt]

The input argument is optional, if not provided my input (stored in the inputs/ folder) will be used.

To run all days (using my inputs):

cargo run --release --bin aoc

About

My solutions for the Advent of Code challenges of 2021.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages