implemented Player and PlayerStats

This commit is contained in:
Jonathan Lamothe
2019-08-09 11:06:13 -04:00
parent e20de2a50f
commit 57b0b74cd1
4 changed files with 113 additions and 1 deletions

View File

@@ -1,4 +1,6 @@
import Test.Hspec (hspec)
import qualified TypesSpec as Types
main :: IO ()
main = hspec $ return ()
main = hspec Types.spec