Cabal init

This commit is contained in:
2025-10-08 10:07:00 +02:00
parent d5a64d7596
commit e5699025ba
7 changed files with 252 additions and 0 deletions

5
app/Main.hs Normal file
View File

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