diff options
| author | Mistivia <i@mistivia.com> | 2025-05-27 00:56:09 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-05-27 00:56:09 +0800 |
| commit | f9f515257c68e070f418fbfc5774282194ca7770 (patch) | |
| tree | 9f8bd4b92c3fced8a36fa28aa9a779f7774f8bde /app | |
init
Diffstat (limited to 'app')
| -rw-r--r-- | app/Main.hs | 8 |
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 |
