aboutsummaryrefslogtreecommitdiffstats
path: root/examples/aoc22_1.milch
diff options
context:
space:
mode:
Diffstat (limited to 'examples/aoc22_1.milch')
-rw-r--r--examples/aoc22_1.milch2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/aoc22_1.milch b/examples/aoc22_1.milch
index becdaee..ca7bea1 100644
--- a/examples/aoc22_1.milch
+++ b/examples/aoc22_1.milch
@@ -23,7 +23,7 @@
(split-by "")
(map (map parse-int))
(map (foldr + 0))
- max
+ maximum
]))
(print-fmt! "Result 1: {0}\n" [result1])