aboutsummaryrefslogtreecommitdiffhomepage
path: root/samples/aoc/2017/01/solve.bruijn
diff options
context:
space:
mode:
Diffstat (limited to 'samples/aoc/2017/01/solve.bruijn')
-rw-r--r--samples/aoc/2017/01/solve.bruijn2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/aoc/2017/01/solve.bruijn b/samples/aoc/2017/01/solve.bruijn
index dac0ed6..db29872 100644
--- a/samples/aoc/2017/01/solve.bruijn
+++ b/samples/aoc/2017/01/solve.bruijn
@@ -19,5 +19,5 @@ part2 [(sum ∘ eqs ∘ pairs) 0]
:test (part1 ((+1) : ((+1) : ((+2) : {}(+2))))) ((+3))
main [parts nums]
- nums C.number! <$> ^(lines 0)
+ nums C.char→number <$> ^(lines 0)
parts [(part1 0) : (part2 0)]