summaryrefslogtreecommitdiffstats
path: root/src/02.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/02.lisp')
-rw-r--r--src/02.lisp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/02.lisp b/src/02.lisp
index 2eeb799..25d3e4f 100644
--- a/src/02.lisp
+++ b/src/02.lisp
@@ -1,7 +1,3 @@
-(load "../src/common.lisp")
-(ql:quickload 'uiop :silent t)
-(ql:quickload 'cl-ppcre :silent t)
-
;; Turn the input file into whatever form you will use for both parts
;; (get-file-lines) and (get-file-string) will be useful
(defun 02/parse-input-direct (input)
@@ -28,6 +24,3 @@
(up (decf a (cdr i)))
(down (incf a (cdr i)))))
(* h v)))
-
-;;(time (format t "part 2: ~a~%" (part-a (parse-input "../inputs/02.txt"))))
-;;(time (format t "part 2: ~a~%" (part-b (parse-input "../inputs/02.txt"))))