Implement basic board types/functions
This commit is contained in:
parent
2b64fe2a0b
commit
0fe8205ed9
8 changed files with 140 additions and 35 deletions
7
test/Main.hs
Normal file
7
test/Main.hs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
module Main where
|
||||
|
||||
import Spec
|
||||
import Test.Hspec
|
||||
|
||||
main :: IO ()
|
||||
main = hspec spec
|
||||
Loading…
Add table
Add a link
Reference in a new issue