From: clyne Date: Fri, 3 Dec 2021 17:11:05 +0000 (-0500) Subject: day3: remove unnecessary println X-Git-Url: https://code.bitgloo.com/?a=commitdiff_plain;h=49b77e8fd5f8267b0845794877c8e7335187ed0f;p=clyne%2Fadvent-of-code.git day3: remove unnecessary println --- diff --git a/day3/part1.clj b/day3/part1.clj index 3c09ff8..c896928 100644 --- a/day3/part1.clj +++ b/day3/part1.clj @@ -12,8 +12,6 @@ ) ) -(println counts) - (loop [cnts counts gamma 0 epsilon 0] (if (empty? cnts) (println (* gamma epsilon))