Implement basic board types/functions

This commit is contained in:
Sidharth Kulkarni 2026-05-02 18:00:08 -07:00
parent 2b64fe2a0b
commit 0fe8205ed9
Signed by: skulk
SSH key fingerprint: SHA256:Jby+S9d1WmwqnXIrngHgccYNHz+cYquxN1zm3ym3Kbg
8 changed files with 140 additions and 35 deletions

7
test/Main.hs Normal file
View file

@ -0,0 +1,7 @@
module Main where
import Spec
import Test.Hspec
main :: IO ()
main = hspec spec