From e6b4ec37074bb8a51d1f14ee747d3d3def7751e8 Mon Sep 17 00:00:00 2001 From: Adam Jeniski Date: Tue, 5 Dec 2023 02:16:09 -0500 Subject: [PATCH] add title --- 2023/src/day04.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2023/src/day04.clj b/2023/src/day04.clj index cd63604..018db94 100644 --- a/2023/src/day04.clj +++ b/2023/src/day04.clj @@ -1,4 +1,4 @@ -(ns ^{:doc "Day 4" +(ns ^{:doc "Day 4: Scratchcards" :author "Adam Jeniski"} day04 (:require [clojure.math :as math] [clojure.set :refer [intersection]]