Inital cabal and stack config

This commit is contained in:
2022-10-26 11:57:55 +02:00
parent cd34c7fcc8
commit c2e90bc0e6
6 changed files with 160 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!"