Advent of Code 2022
My solutions for Advent of Code 2022 in Rust.
Running the Code
To run my solutions I attached tests.
- Clone the Repo:
git clone https://github.com/Ch1n3du/advent_of_code_2022
- Run the tests:
cargo test
I'm considering also doing this in Haskell