advent of code 2025 solutions in Gleam
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

day12: replace part 2 text

+1 -1
+1 -1
src/day12.gleam
··· 34 34 } 35 35 36 36 pub fn part2(_input: String) -> String { 37 - "Not enough stars to finish decorating." 37 + "All done." 38 38 } 39 39 40 40 pub fn solve() {