summary refs log tree commit diff
path: root/test/Main.hs
diff options
context:
space:
mode:
authormelody!2024-08-07 16:48:27 -0400
committermelody!2024-08-07 16:48:27 -0400
commit7a6eb573543666ef3f642f84dbb4a386429bf75e (patch)
tree1fb6edbcbff220ab4f2b7e426087fdc236ca4796 /test/Main.hs
parent4751d7fd7d447ac19e1709bcf97c4eec0e5b55cc (diff)
a
Diffstat (limited to 'test/Main.hs')
-rw-r--r--test/Main.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Main.hs b/test/Main.hs
new file mode 100644
index 0000000..3e2059e
--- /dev/null
+++ b/test/Main.hs
@@ -0,0 +1,4 @@
+module Main (main) where
+
+main :: IO ()
+main = putStrLn "Test suite not yet implemented."