Cabal init

This commit is contained in:
2024-03-03 19:01:26 +01:00
parent ad6667d4a4
commit 2c5cb0fa6c
8 changed files with 899 additions and 1 deletions

4
exe/Main.hs Normal file
View File

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