Advent-of-Code-2023

Here are my solutions for the 2023 edition of Advent of Code, an advent calendar of programming puzzles that I decided to tackle using Rust to improve my familiarity with the language. The bottom line is that I always avoid resorting to brute force algorithms.

Complete calendar

Run Solutions

Use the command cargo run --bin day{N} to run the solution of the N-th day.