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