diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2021-07-19 19:57:52 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2021-07-19 19:57:52 +0200 |
commit | a0117afeb586c9c113149522a7132f696d240d63 (patch) | |
tree | 2f485da848d9547fe89601c9c5f0289bdea72d62 /src/Main.hs |
Initial commit from cabal init
Diffstat (limited to 'src/Main.hs')
-rw-r--r-- | src/Main.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Main.hs b/src/Main.hs new file mode 100644 index 0000000..65ae4a0 --- /dev/null +++ b/src/Main.hs @@ -0,0 +1,4 @@ +module Main where + +main :: IO () +main = putStrLn "Hello, Haskell!" |