diff options
| author | Akshay Nair <phenax5@gmail.com> | 2024-12-13 16:35:10 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2024-12-13 16:35:10 +0530 |
| commit | 7553b33b4d3caedd5650953acf7ae440f2154735 (patch) | |
| tree | 9649b4061be6d40f42b6d9dc285a70b65b4b3575 /specs | |
| download | chelleport-7553b33b4d3caedd5650953acf7ae440f2154735.tar.gz chelleport-7553b33b4d3caedd5650953acf7ae440f2154735.zip | |
Init commit with hello world shit
Diffstat (limited to 'specs')
| -rw-r--r-- | specs/Main.hs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/specs/Main.hs b/specs/Main.hs new file mode 100644 index 0000000..436c6aa --- /dev/null +++ b/specs/Main.hs @@ -0,0 +1,8 @@ +module Main (main) where + +import qualified Specs.ParserSpec +import Test.Hspec (hspec) + +main :: IO () +main = hspec $ do + Specs.ParserSpec.test |
