From 86c47c3a6d766936bbde947fdfad72ab9a28f727 Mon Sep 17 00:00:00 2001 From: Tristan Williams Date: Sat, 11 Jan 2025 14:26:30 -0500 Subject: Fix header comments format again --- src/2015.01.01-first-attempt.lisp | 5 +++-- 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 @@ ;;;; 2015.01.01-first-attempt.lisp -;;;; Advent of Code 2015 Day 1, Attempt 1 -;;;; First attempt in Common Lisp +;;;; Advent of Code 2015 +;;;; Day 1: Not Quite Lisp +;;;; Attempt 1 First attempt in Common Lisp ;; --------------------------------------------------------------------- ;;; 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 @@ ;;;; 2015.01.02-more-lispy-this-time.lisp -;;;; Advent of Code 2015 Day 1, Attempt 2 -;;;; Attempt at making this more lispy than the previous discarded attempt. +;;;; Advent of Code 2015 +;;;; Day 1: Not Quite Lisp +;;;; Attempt 2: More Lispy This Time ;; --------------------------------------------------------------------- ;;; Package Definition -- cgit v1.2.3