aboutsummaryrefslogtreecommitdiff
path: root/advent-of-code/2022/01/1.rkt
diff options
context:
space:
mode:
Diffstat (limited to 'advent-of-code/2022/01/1.rkt')
-rw-r--r--advent-of-code/2022/01/1.rkt2
1 files changed, 1 insertions, 1 deletions
diff --git a/advent-of-code/2022/01/1.rkt b/advent-of-code/2022/01/1.rkt
index e7c335e..e8d1f23 100644
--- a/advent-of-code/2022/01/1.rkt
+++ b/advent-of-code/2022/01/1.rkt
@@ -4,7 +4,7 @@
(define lines
(call-with-input-file "input"
- (lambda (fp)
+ (λ (fp)
(get-lines fp))))
(define elves (split-list-by "" lines))