X-Git-Url: http://git.jkinsey.net/?p=adventofcode2020.git;a=blobdiff_plain;f=src%2Fadventofcode2020.lisp;h=4eaba0666294028822a84e9f3c12e33e66d00905;hp=54a6aca5cb4a42e17a76eae9bc1dc9837f1be850;hb=63a814f25cb8eff79f8f566f75b7b5fdac549f5f;hpb=3ef62a9d5cf95c218e80455021e69d3bf5bf1541 diff --git a/src/adventofcode2020.lisp b/src/adventofcode2020.lisp index 54a6aca..4eaba06 100644 --- a/src/adventofcode2020.lisp +++ b/src/adventofcode2020.lisp @@ -6,8 +6,8 @@ ,@body))) (defun part1 (str) - (format t "Part 1: ~A~%" str)) + (time (format t "Part 1: ~A~%" str))) (defun part2 (str) - (format t "Part 2: ~A~%" str)) + (time (format t "Part 2: ~A~%" str)))