summaryrefslogtreecommitdiffstats
path: root/test/01.lisp
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-12-14 01:23:19 +0000
committerYann Herklotz <git@yannherklotz.com>2021-12-14 01:23:19 +0000
commit1a795e9ccefdcc086d4c890ec5ed527c786e0cf1 (patch)
treeb3b0dd9a5f6c7797687708e43ebba9d335974615 /test/01.lisp
parent8e27d45866ac88f744fec4a9c1499efc0af38847 (diff)
downloadaoc21-1a795e9ccefdcc086d4c890ec5ed527c786e0cf1.tar.gz
aoc21-1a795e9ccefdcc086d4c890ec5ed527c786e0cf1.zip
Add inputs to 04 and fix tests
Diffstat (limited to 'test/01.lisp')
-rw-r--r--test/01.lisp24
1 files changed, 11 insertions, 13 deletions
diff --git a/test/01.lisp b/test/01.lisp
index 46bb1b5..a21cac1 100644
--- a/test/01.lisp
+++ b/test/01.lisp
@@ -2,19 +2,17 @@
(defsuite 01/aoc (aoc))
-(defvar 01/default-input nil)
-
-(setf 01/default-input
- '("199"
- "200"
- "208"
- "210"
- "200"
- "207"
- "240"
- "269"
- "260"
- "263"))
+(defvar 01/default-input
+ '("199"
+ "200"
+ "208"
+ "210"
+ "200"
+ "207"
+ "240"
+ "269"
+ "260"
+ "263"))
;;(time (format t "part 1: ~a~%" (part-a (parse-input "../inputs/01.txt"))))
;;(time (format t "part 1: ~a~%" (part-b (parse-input "../inputs/01.txt"))))