diff options
author | Tom Smeding <tom@tomsmeding.com> | 2023-12-21 22:45:10 +0100 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2023-12-21 22:45:10 +0100 |
commit | 2872a9a18519d41e110c5cea36172935b64edfde (patch) | |
tree | 382d3dd9b0aaf546cd6c12075cca98a807976007 /app/Main.hs |
Initial
Diffstat (limited to 'app/Main.hs')
-rw-r--r-- | app/Main.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/Main.hs b/app/Main.hs new file mode 100644 index 0000000..65ae4a0 --- /dev/null +++ b/app/Main.hs @@ -0,0 +1,4 @@ +module Main where + +main :: IO () +main = putStrLn "Hello, Haskell!" |