Skip to content

andreas-bauer/advent-of-code-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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