summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Foo.hs8
1 files changed, 0 insertions, 8 deletions
diff --git a/Foo.hs b/Foo.hs
deleted file mode 100644
index ae5930d..0000000
--- a/Foo.hs
+++ /dev/null
@@ -1,8 +0,0 @@
--- Karmabot By Paul C. Buetow
-
-module Main (main) where
-
-import Control.Monad
-
-main = return $ "hello "
-