]> code.bitgloo.com Git - clyne/advent-of-code.git/commitdiff
day3: remove unnecessary println
authorclyne <clyne@bitgloo.com>
Fri, 3 Dec 2021 17:11:05 +0000 (12:11 -0500)
committerGitHub <noreply@github.com>
Fri, 3 Dec 2021 17:11:05 +0000 (12:11 -0500)
day3/part1.clj

index 3c09ff89c27d322369aab0b9ccd08bf419d254b5..c896928a9d843c3e90731e089ceec8955d11222d 100644 (file)
@@ -12,8 +12,6 @@
     )
   )
 
-(println counts)
-
 (loop [cnts counts gamma 0 epsilon 0]
   (if (empty? cnts)
     (println (* gamma epsilon))