simulation working
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user