Advent of Code solutions
at main 15 lines 358 B view raw
1 2[package] 3name = "y_2025" 4version = "0.1.0" 5edition = "2024" 6 7[dependencies] 8advent_core = { path = "../../advent_core" } 9macros = { path = "../../macros" } 10rayon = "1.11.0" 11utils = { path = "../../utils" } 12advent-hack = { version = "0.1", path = "../../advent-hack" } 13good_lp = { version = "1.14.2", features = [ 14 "microlp", 15], default-features = false }