aboutsummaryrefslogtreecommitdiffhomepage
path: root/samples/aoc/2019/01/solve.bruijn
diff options
context:
space:
mode:
Diffstat (limited to 'samples/aoc/2019/01/solve.bruijn')
-rw-r--r--samples/aoc/2019/01/solve.bruijn2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/aoc/2019/01/solve.bruijn b/samples/aoc/2019/01/solve.bruijn
index 518d198..3ec99ac 100644
--- a/samples/aoc/2019/01/solve.bruijn
+++ b/samples/aoc/2019/01/solve.bruijn
@@ -23,5 +23,5 @@ part1 ∑‣ ∘ (map fuel) ⧗ (List Mass) → Fuel
part2 ∑‣ ∘ (map fuelfuel) ⧗ (List Mass) → Fuel
main [parts nums]
- nums number! <$> ~(<~>(lines 0))
+ nums string→number <$> ~(<~>(lines 0))
parts [(part1 0) : (part2 0)]