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