°‿‿°

This commit is contained in:
2023-10-18 19:47:11 +02:00
parent 3a9e37fb80
commit b04afb41a1
11 changed files with 297 additions and 21 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