From edb467f29006c448b52897f13944f2a87d358780 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Fri, 3 Dec 2021 15:54:22 -0600 Subject: [PATCH] Remove echos --- 2021/three.nim | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/2021/three.nim b/2021/three.nim index 5c77b5c..99b819d 100644 --- a/2021/three.nim +++ b/2021/three.nim @@ -59,8 +59,7 @@ time("powerConsumption part 1"): echo input.powerConsumption() time("lifeSupportRating part 2"): echo input.lifeSupportRating() when not defined(release): - static: - let testInput = @[ + static: let testInput = @[ "00100", "11110", "10110",