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