AxlLind / AdventOfCode2024

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

Home Page:https://adventofcode.com/2024

Repository from Github https://github.comAxlLind/AdventOfCode2024Repository from Github https://github.comAxlLind/AdventOfCode2024

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 Ξ»

About

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

https://adventofcode.com/2024


Languages

Language:Rust 95.7%Language:Makefile 2.4%Language:Shell 1.9%