simulation working

This commit is contained in:
weiss
2020-04-23 09:58:18 +02:00
parent afc2af5cdb
commit aef5584f15
4 changed files with 80 additions and 46 deletions

View File

@@ -1,2 +1,8 @@
import Simulation.Board
import Simulation.Data
main :: IO ()
main = putStrLn "Test suite not yet implemented"
emptyBoard :: Board
emptyBoard = V.generate 9 (\_ -> V.replicate 9 Air)