diff --git a/2021/two.nim b/2021/two.nim index 4bf23ba..97e1b7b 100644 --- a/2021/two.nim +++ b/2021/two.nim @@ -50,4 +50,3 @@ when not defined(release): ] doAssert testInput.submarineCommands() == 150 doAssert testInput.submarineCommandsWithAim() == 900 -