a start mainly to share

This commit is contained in:
nerf van nerfingen 2022-12-21 00:33:56 +01:00
parent 7a71ac5d09
commit 1b98cb32a1
Signed by: nerf
GPG key ID: 1EC6F5573876CC80
9 changed files with 375 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