diff options
Diffstat (limited to 'advent-of-code/2022/01/2.rkt')
| -rw-r--r-- | advent-of-code/2022/01/2.rkt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/advent-of-code/2022/01/2.rkt b/advent-of-code/2022/01/2.rkt index 1644885..e7b70ab 100644 --- a/advent-of-code/2022/01/2.rkt +++ b/advent-of-code/2022/01/2.rkt @@ -4,7 +4,7 @@ (define lines (call-with-input-file "input" - (lambda (fp) + (λ (fp) (get-lines fp)))) (define elves (split-list-by "" lines)) |
