diff options
author | lamp | 2023-12-08 14:31:09 +0000 |
---|---|---|
committer | lamp | 2023-12-08 14:31:09 +0000 |
commit | 072ad674c7fa940d89182c548489136e7e8d55d7 (patch) | |
tree | 3a8b7a7a8698a82ff18c06ffef1a804cdb0298b6 /6-2.scm | |
parent | d26f7d5ffb36368216a59b62771ee531a695b396 (diff) |
day 6: tidy
Diffstat (limited to '6-2.scm')
-rwxr-xr-x | 6-2.scm | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,8 +1,6 @@ #!/usr/bin/env -S guile -s !# -(use-modules (ice-9 regex) - (ice-9 textual-ports) - (srfi srfi-1)) +(use-modules (ice-9 textual-ports)) (define (read-lines port) (letrec ((loop (lambda (l ls) |