Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.21 KB

README.md

File metadata and controls

31 lines (25 loc) · 1.21 KB

AdventOfCode2023 🎄

Solutions to AoC 2023 in Rust 🦀

Usage

# to be able to download inputs (see fetch.sh)
export AOC_SESSION=[value from session cookie]

make       # run todays (if in december 2023)
make $DAY  # run a specific day, e.g 01
make all   # run all days

# directly with cargo, if you prefer
cargo run --release --bin $DAY  # run a specific day, e.g 01
cargo run --release             # run all days

Other years

Leaderboard

Getting up at 5:50 every day is tough. Life got in the way a few times. Best placement this year was 111. Went really well this year, especially towards the end.

leaderboard