Cabal init

This commit is contained in:
2025-10-08 10:07:00 +02:00
parent ff82290cef
commit 93c680a033
8 changed files with 253 additions and 1 deletions

5
app/Main.hs Normal file
View File

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