aboutsummaryrefslogtreecommitdiffstats
path: root/src/Choc.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Choc.hs')
-rw-r--r--src/Choc.hs6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Choc.hs b/src/Choc.hs
new file mode 100644
index 0000000..1d37ddc
--- /dev/null
+++ b/src/Choc.hs
@@ -0,0 +1,6 @@
+module Choc
+ ( someFunc
+ ) where
+
+someFunc :: IO ()
+someFunc = putStrLn "someFunc"