summaryrefslogtreecommitdiff
path: root/Foo.hs
diff options
context:
space:
mode:
authorpb <pb@9f8f72e9-4bf4-416e-b76e-7d4203597157>2009-11-28 19:57:09 +0000
committerpb <pb@9f8f72e9-4bf4-416e-b76e-7d4203597157>2009-11-28 19:57:09 +0000
commit6ca6b3ae67c2e345be8d672ccc542b4edff99e3d (patch)
tree54e24b69d169d28847ca346080999207fe170dfa /Foo.hs
parentda2e56b2915019b055ef86d7acc158bba09bdc43 (diff)
git-svn-id: https://ssl.buetow.org/repos/hsbot/trunk@4 9f8f72e9-4bf4-416e-b76e-7d4203597157
Diffstat (limited to 'Foo.hs')
-rw-r--r--Foo.hs9
1 files changed, 9 insertions, 0 deletions
diff --git a/Foo.hs b/Foo.hs
new file mode 100644
index 0000000..08ec797
--- /dev/null
+++ b/Foo.hs
@@ -0,0 +1,9 @@
+-- Karmabot By Paul C. Buetow
+
+module Main (main) where
+
+import Control.Monad.State
+import IO
+
+main = return $ "hello"
+