Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

85 Commits

Repository files navigation

AdventOfCode2024 馃巹

Solutions to AoC 2024 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 2024)
make 01   # run a specific day
make all  # run all days

# or by hand, if you prefer
./fetch.sh 01                 # fetch input for 01
cargo run --release --bin 01  # 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 位

Used by

Contributors

Languages