Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
module Main (main) where
|
||||
|
||||
import qualified MyLib (defaultMain)
|
||||
|
||||
main :: IO ()
|
||||
main = do
|
||||
putStrLn "Hello, Haskell!"
|
||||
MyLib.defaultMain
|
||||
Reference in New Issue
Block a user