aoc-2022 Advent of Code 2022 I have created this repository to challange myself solving the Advent of Code 2022 while also learn the Rust programming language. Prerequisites Install Rust How to run Enter the day-n folder: cd ./day-1 and run the following Rust command to Build and Run the program: cargo run