AdventOfCode2024
Solutions to Advent of Code problems 2024 in Rust! :crab:
Install / Use
/learn @AxlLind/AdventOfCode2024README
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
