diff options
author | Tristan Williams <tgwil@tgwil.net> | 2025-01-11 14:20:00 -0500 |
---|---|---|
committer | Tristan Williams <tgwil@tgwil.net> | 2025-01-11 14:20:00 -0500 |
commit | 6e521d96874398058a5fc61683707669c06c5e54 (patch) | |
tree | 0cb70ad3bfa27de52c53bdbf38573b776637111f /src/2015.01.01-first-attempt.lisp | |
parent | Fix README (diff) | |
download | aoc-6e521d96874398058a5fc61683707669c06c5e54.tar.gz aoc-6e521d96874398058a5fc61683707669c06c5e54.tar.bz2 aoc-6e521d96874398058a5fc61683707669c06c5e54.zip |
Fix file header comments format
Diffstat (limited to 'src/2015.01.01-first-attempt.lisp')
-rw-r--r-- | src/2015.01.01-first-attempt.lisp | 3 |
1 files changed, 2 insertions, 1 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 |