/advent_of_code_2022

My solutions for Advent of Code 2022

Primary LanguageRust

Advent of Code 2022

My solutions for Advent of Code 2022 in Rust.

Cool Gif

Running the Code

To run my solutions I attached tests.

  1. Clone the Repo:
git clone https://github.com/Ch1n3du/advent_of_code_2022
  1. Run the tests:
cargo test

I'm considering also doing this in Haskell