From a26aa4918ce8e508a9847b2eb3ddae786aed44d6 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Mon, 29 Jul 2019 20:16:37 -0400 Subject: add some haskell this is a "hello world" http server that runs on 8080 --- test/Spec.hs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/Spec.hs (limited to 'test') 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.2.3