From 7553b33b4d3caedd5650953acf7ae440f2154735 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 13 Dec 2024 16:35:10 +0530 Subject: Init commit with hello world shit --- specs/Main.hs | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 specs/Main.hs (limited to 'specs') 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 -- cgit v1.3.1