Use the ASDF system properly and update template
[adventofcode2020.git] / src / day01.lisp
index adb36e6154b01b1e4fd1bcbc4d4a6b809f63bc7b..c8a32b7fe90bd8c44c1fb0903d942a6ea4cc099d 100644 (file)
@@ -1,3 +1,4 @@
+(asdf:load-system :adventofcode2020)
 (in-package #:adventofcode2020)
 
 (defun calculate-expenses (&rest reports)