This repository contains my solutions for the Advent of Code 2023, implemented in Rust. For more information about the event, visit Advent of Code.
The primary focus of this project is to maintain and enhance my skills in Rust, keeping up with the latest updates and features of the language.
I typically utilize three commands during development:
cargo run --release
for running the application.cargo test
for running tests.cargo bench
for benchmarking performance.
Advent of Code is an online event created by Eric Wastl. It is an annual online coding challenge that starts on December 1st. It features a series of daily programming puzzles that unlock at midnight EST/UTC-5, or 06:00 EST/UTC+1 in my local time.
Day | Part 1 | Part 2 |
---|---|---|
Day 1 | ⭐ | ⭐ |
Day 2 | ⭐ | ⭐ |
Day 3 | ⭐ | ⭐ |
Day 4 | ⭐ | ⭐ |
Day 5 | ⭐ | ⭐ |
Day 6 | ⭐ | ⭐ |