my solutions to advent of code
aoc advent-of-code
at main 96 B view raw
1[package] 2name = "rust" 3version = "0.1.0" 4edition = "2024" 5 6[dependencies] 7itertools = "0.14.0"