aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--day3/part1.clj2
1 files changed, 0 insertions, 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))