No description
Find a file
2026-02-03 21:30:13 +01:00
advent_of_code_common@cdc5927350 Day 16 2026-01-30 18:07:24 +01:00
data Add a file to explain where to put data files. 2024-12-08 21:24:16 +01:00
src Day 18 2026-02-03 21:30:13 +01:00
.gitignore Ignore data directory 2024-12-08 20:56:59 +01:00
.gitmodules Move some functions to an external crate. 2024-12-10 22:05:37 +01:00
Cargo.toml Day 16 2026-01-30 18:07:24 +01:00
README.md Day 01 2024-12-01 22:54:29 +01:00

AdventOfCode2024

https://adventofcode.com/2024

Running tests

Example for day 1 tests:

cargo test day01 -- --nocapture

All tests:

cargo test -- --nocapture

Running a day code

cargo run -- n

Where 'n' is a number from 1 to 25