aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorMarvin Borner2022-04-12 00:09:35 +0200
committerMarvin Borner2022-04-12 00:09:35 +0200
commit32515bf8bf04958f22ce2cfe98edebc7b892774c (patch)
tree9432af890bb7d863e185fe3e2ae47bfa3e69dc52 /test
Initial commit
Diffstat (limited to 'test')
-rw-r--r--test/Spec.hs2
1 files changed, 2 insertions, 0 deletions
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"