aboutsummaryrefslogtreecommitdiffstats
path: root/day3/part1.clj
diff options
context:
space:
mode:
authorclyne <clyne@bitgloo.com>2021-12-03 12:11:05 -0500
committerGitHub <noreply@github.com>2021-12-03 12:11:05 -0500
commit49b77e8fd5f8267b0845794877c8e7335187ed0f (patch)
treeadc4c896a8c565626efc3e2c45bcfec20f296a37 /day3/part1.clj
parent897410ff8148cda1d9742213b7f775dbb6f55238 (diff)
day3: remove unnecessary println
Diffstat (limited to 'day3/part1.clj')
-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))