Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 469 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 469 Bytes

Advent of Code

let year: u32 = 2023;

Advent of Code offers a series of programming puzzles as an advent calendar, with a new puzzle being revealed every day leading up to Christmas.

In this repository, I present my solutions to these puzzles using Rust.

Build and Run

Use cargo to build and run the solution for a specific day.

cargo run --bin day01