diff options
| author | Mistivia <i@mistivia.com> | 2024-02-20 00:42:16 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2024-02-20 00:42:16 +0800 |
| commit | bebb8946d29069b2acb10db71c8c9203ed4ae922 (patch) | |
| tree | 66ee2e321cbb413baaf32661195f2c734546eba0 /advent-of-code/2022/01/1.rkt | |
| parent | 3a4e5447a79096d813cdaf4498b9a1e2c086b7ff (diff) | |
λ looks cool & format code
Diffstat (limited to 'advent-of-code/2022/01/1.rkt')
| -rw-r--r-- | advent-of-code/2022/01/1.rkt | 2 |
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)) |
