Pārlūkot izejas kodu

lied in the last commit, this time its true

master
Thorn Avery pirms 3 gadiem
vecāks
revīzija
f2b0e8fee0
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      src/Main.hs

+ 1
- 1
src/Main.hs Parādīt failu

@@ -193,7 +193,7 @@ runAutomata :: Space CellState -> Int -> Int -> IO ()
runAutomata s 0 w = putStrLn $ concat $ map show $ boundw w s
runAutomata s n w = do
putStrLn $ concat $ map show $ boundw w s
runAutomata (step rule3 s) (n - 1) w
runAutomata (step rule s) (n - 1) w

main :: IO ()
main = do


Notiek ielāde…
Atcelt
Saglabāt