Remove echos
This commit is contained in:
parent
f7204995ff
commit
edb467f290
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue