Skip to content

Solutions to all 25 Advent of Code problems 2023 in Rust! πŸ¦€

Notifications You must be signed in to change notification settings

AxlLind/AdventOfCode2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

189 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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

All years

  • 2024 in Rust πŸ¦€
  • 2023 in Rust πŸ¦€
  • 2022 in Rust πŸ¦€
  • 2021 in Rust πŸ¦€
  • 2020 in Rust πŸ¦€
  • 2019 in Rust πŸ¦€
  • 2018 in Python 🐍
  • 2017 in Haskell Ξ»
  • 2016 in OCaml 🐫
  • 2015 in Clojure Ξ»

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