SkillAgentSearch skills...

AdventOfCode2024

Solutions to Advent of Code problems 2024 in Rust! :crab:

Install / Use

/learn @AxlLind/AdventOfCode2024

README

AdventOfCode2024 :christmas_tree:

Solutions to AoC 2024 in Rust :crab:

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 :crab:
  • 2023 in Rust :crab:
  • 2022 in Rust :crab:
  • 2021 in Rust :crab:
  • 2020 in Rust :crab:
  • 2019 in Rust :crab:
  • 2018 in Python :snake:
  • 2017 in Haskell λ
  • 2016 in OCaml :camel:
  • 2015 in Clojure λ
View on GitHub
GitHub Stars14
CategoryDevelopment
Updated10mo ago
Forks0

Languages

Rust

Security Score

72/100

Audited on May 16, 2025

No findings