cabal init and added formatting options

This commit is contained in:
sebastianselander 2023-01-17 11:42:40 +01:00
parent 0e402af95d
commit 47df84f911
4 changed files with 100 additions and 0 deletions

4
app/Main.hs Normal file
View file

@ -0,0 +1,4 @@
module Main where
main :: IO ()
main = putStrLn "Hello, Haskell!"