Skip to content

rarescosma/advent-of-code-2023-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2023 🎄

Solutions to Advent of Code 2023 problems in Rust. 🦀

Usage

cargo run --release --bin [DAY] # run a specific day, eg. 'day01'
cargo run --release             # run all days