From 49b77e8fd5f8267b0845794877c8e7335187ed0f Mon Sep 17 00:00:00 2001 From: clyne Date: Fri, 3 Dec 2021 12:11:05 -0500 Subject: [PATCH] day3: remove unnecessary println --- day3/part1.clj | 2 -- 1 file changed, 2 deletions(-) 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))