This is a repo for doing the Advent of Code 2022 challenges as a way to learn Rust.
To run the code, you need to have Rust installed. You can get it from rustup.
Once you have Rust installed, you can run the code by running cargo run
in the directory of the day you want to run.
To run the tests, you need to have Rust installed. You can get it from rustup.
Once you have Rust installed, you can run the tests by running cargo test
in the directory of the day you want to run.
This project is licensed under the MIT License - see the LICENSE file for details
[./LICENSE]: # Path: LICENSE