From 2a104eff7548fd9ef168b312c7dfca0ea9731b6d Mon Sep 17 00:00:00 2001 From: Carlos Sosa Date: Tue, 30 Jul 2019 15:56:18 -0700 Subject: Initial commit --- test/Spec.hs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/Spec.hs (limited to 'test/Spec.hs') diff --git a/test/Spec.hs b/test/Spec.hs new file mode 100644 index 0000000..cd4753f --- /dev/null +++ b/test/Spec.hs @@ -0,0 +1,2 @@ +main :: IO () +main = putStrLn "Test suite not yet implemented" -- cgit v1.3-2-g0d8e