diff options
-rw-r--r-- | src/2015.01.01-first-attempt.lisp | 5 | ||||
-rw-r--r-- | src/2015.01.02-more-lispy-this-time.lisp | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/src/2015.01.01-first-attempt.lisp b/src/2015.01.01-first-attempt.lisp index dd9f36b..4da4c20 100644 --- a/src/2015.01.01-first-attempt.lisp +++ b/src/2015.01.01-first-attempt.lisp | |||
@@ -1,6 +1,7 @@ | |||
1 | ;;;; 2015.01.01-first-attempt.lisp | 1 | ;;;; 2015.01.01-first-attempt.lisp |
2 | ;;;; Advent of Code 2015 Day 1, Attempt 1 | 2 | ;;;; Advent of Code 2015 |
3 | ;;;; First attempt in Common Lisp | 3 | ;;;; Day 1: Not Quite Lisp |
4 | ;;;; Attempt 1 First attempt in Common Lisp | ||
4 | 5 | ||
5 | ;; --------------------------------------------------------------------- | 6 | ;; --------------------------------------------------------------------- |
6 | ;;; Package Definition | 7 | ;;; Package Definition |
diff --git a/src/2015.01.02-more-lispy-this-time.lisp b/src/2015.01.02-more-lispy-this-time.lisp index 2549c82..cd82411 100644 --- a/src/2015.01.02-more-lispy-this-time.lisp +++ b/src/2015.01.02-more-lispy-this-time.lisp | |||
@@ -1,6 +1,7 @@ | |||
1 | ;;;; 2015.01.02-more-lispy-this-time.lisp | 1 | ;;;; 2015.01.02-more-lispy-this-time.lisp |
2 | ;;;; Advent of Code 2015 Day 1, Attempt 2 | 2 | ;;;; Advent of Code 2015 |
3 | ;;;; Attempt at making this more lispy than the previous discarded attempt. | 3 | ;;;; Day 1: Not Quite Lisp |
4 | ;;;; Attempt 2: More Lispy This Time | ||
4 | 5 | ||
5 | ;; --------------------------------------------------------------------- | 6 | ;; --------------------------------------------------------------------- |
6 | ;;; Package Definition | 7 | ;;; Package Definition |