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",