Skip to content

Sloff/advent-of-code-2021

Repository files navigation

Advent of Code 2021 🎄

Rust solutions for the Advent of Code 2021

Running the tests

Running one test:

cargo test -p day-1

Running all the tests:

cargo test

Running the binary

A project has to be specified and can be done as follows:

cargo run -p day-1

About

Advent of Code 2021 - Using the challenges to learn / improve my Rust skills

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages