summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2019-07-29 20:16:37 -0400
committerAndrew Cady <d@jerkface.net>2019-07-29 21:04:09 -0400
commita26aa4918ce8e508a9847b2eb3ddae786aed44d6 (patch)
treea5635210d991d3d6163fd2e2bd0873db908056ed /test
parent53386343424dcd1ebac3740e072ae87291b7bb06 (diff)
add some haskell
this is a "hello world" http server that runs on 8080
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 @@
1main :: IO ()
2main = putStrLn "Test suite not yet implemented"