diff options
author | Tristan Williams <tgwil@tgwil.net> | 2025-01-11 14:26:30 -0500 |
---|---|---|
committer | Tristan Williams <tgwil@tgwil.net> | 2025-01-11 14:26:30 -0500 |
commit | 86c47c3a6d766936bbde947fdfad72ab9a28f727 (patch) | |
tree | 9c93e725323935f7aba86d03d223e08d0674899e | |
parent | Fix file header comments format (diff) | |
download | aoc-86c47c3a6d766936bbde947fdfad72ab9a28f727.tar.gz aoc-86c47c3a6d766936bbde947fdfad72ab9a28f727.tar.bz2 aoc-86c47c3a6d766936bbde947fdfad72ab9a28f727.zip |
Fix header comments format again
-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 |