Initial commit

This commit is contained in:
2023-12-10 19:43:26 +00:00
committed by pingu
commit 50fae9f452
10 changed files with 534 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