Day 9: 150 is enough

Might want to use mutable vectors tho
This commit is contained in:
shu 2019-12-09 15:42:19 +01:00
parent af544aaec9
commit bef16465d7

View File

@ -17,7 +17,7 @@ main = do
print $ L.reverse out
tapePreprocess :: TapeSection -> TapeSection
tapePreprocess t = (V.++) t $ V.replicate 99999 0
tapePreprocess t = (V.++) t $ V.replicate 150 0
opLength :: Integer -> Integer
opLength x