Cabal init

This commit is contained in:
2023-05-20 14:58:55 +02:00
parent ea9c479d79
commit 7ac02ccb3c
6 changed files with 168 additions and 6 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