diff options
-rw-r--r-- | src/2015.01.01-first-attempt.lisp | 3 | ||||
-rw-r--r-- | src/2015.01.02-more-lispy-this-time.lisp | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/src/2015.01.01-first-attempt.lisp b/src/2015.01.01-first-attempt.lisp index a3fb2c9..dd9f36b 100644 --- a/src/2015.01.01-first-attempt.lisp +++ b/src/2015.01.01-first-attempt.lisp | |||
@@ -1,5 +1,6 @@ | |||
1 | ;;;; 2015.01.01-first-attempt.lisp | 1 | ;;;; 2015.01.01-first-attempt.lisp |
2 | ;;;; Advent of Code 2015 Day 1, first attempt in Lisp | 2 | ;;;; Advent of Code 2015 Day 1, Attempt 1 |
3 | ;;;; First attempt in Common Lisp | ||
3 | 4 | ||
4 | ;; --------------------------------------------------------------------- | 5 | ;; --------------------------------------------------------------------- |
5 | ;;; Package Definition | 6 | ;;; 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 15614bc..2549c82 100644 --- a/src/2015.01.02-more-lispy-this-time.lisp +++ b/src/2015.01.02-more-lispy-this-time.lisp | |||
@@ -1,5 +1,6 @@ | |||
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, first attempt in Lisp | 2 | ;;;; Advent of Code 2015 Day 1, Attempt 2 |
3 | ;;;; Attempt at making this more lispy than the previous discarded attempt. | ||
3 | 4 | ||
4 | ;; --------------------------------------------------------------------- | 5 | ;; --------------------------------------------------------------------- |
5 | ;;; Package Definition | 6 | ;;; Package Definition |