aboutsummaryrefslogtreecommitdiff
path: root/src/2015.01.02-more-lispy-this-time.lisp
diff options
context:
space:
mode:
authorTristan Williams <tgwil@tgwil.net>2025-01-11 14:26:30 -0500
committerTristan Williams <tgwil@tgwil.net>2025-01-11 14:26:30 -0500
commit86c47c3a6d766936bbde947fdfad72ab9a28f727 (patch)
tree9c93e725323935f7aba86d03d223e08d0674899e /src/2015.01.02-more-lispy-this-time.lisp
parentFix file header comments format (diff)
downloadaoc-86c47c3a6d766936bbde947fdfad72ab9a28f727.tar.gz
aoc-86c47c3a6d766936bbde947fdfad72ab9a28f727.tar.bz2
aoc-86c47c3a6d766936bbde947fdfad72ab9a28f727.zip
Fix header comments format again
Diffstat (limited to 'src/2015.01.02-more-lispy-this-time.lisp')
-rw-r--r--src/2015.01.02-more-lispy-this-time.lisp5
1 files changed, 3 insertions, 2 deletions
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