aboutsummaryrefslogtreecommitdiff
path: root/app/Main.hs
diff options
context:
space:
mode:
authorMistivia <i@mistivia.com>2025-05-27 00:56:09 +0800
committerMistivia <i@mistivia.com>2025-05-27 00:56:09 +0800
commitf9f515257c68e070f418fbfc5774282194ca7770 (patch)
tree9f8bd4b92c3fced8a36fa28aa9a779f7774f8bde /app/Main.hs
init
Diffstat (limited to 'app/Main.hs')
-rw-r--r--app/Main.hs8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/Main.hs b/app/Main.hs
new file mode 100644
index 0000000..50d99ad
--- /dev/null
+++ b/app/Main.hs
@@ -0,0 +1,8 @@
+module Main where
+
+import Shupai
+
+main :: IO ()
+main = do
+ putStrLn "Hello, Haskell!"
+ someFunc