day07: clean up imports
This commit is contained in:
parent
683ae8fd71
commit
d4aba82554
1 changed files with 0 additions and 4 deletions
|
@ -2,10 +2,6 @@
|
||||||
(import (chicken format))
|
(import (chicken format))
|
||||||
(import (chicken io))
|
(import (chicken io))
|
||||||
(import (chicken sort))
|
(import (chicken sort))
|
||||||
(import (only traversal enumerate))
|
|
||||||
(import srfi-1)
|
|
||||||
(import srfi-14)
|
|
||||||
(import srfi-60)
|
|
||||||
(import srfi-141)
|
(import srfi-141)
|
||||||
|
|
||||||
(define numbers (map string->number (string-split (read-line) ",")))
|
(define numbers (map string->number (string-split (read-line) ",")))
|
||||||
|
|
Loading…
Reference in a new issue