cabal init

This commit is contained in:
2025-03-10 08:13:27 +01:00
parent f8432449e0
commit cbe4943e3f
5 changed files with 148 additions and 0 deletions

8
app/Main.hs Normal file
View File

@ -0,0 +1,8 @@
module Main where
import qualified MyLib (someFunc)
main :: IO ()
main = do
putStrLn "Hello, Haskell!"
MyLib.someFunc