Some cleanup

This commit is contained in:
2021-10-27 21:10:22 +03:00
parent c200e5c98c
commit af538b9aa2
4 changed files with 19 additions and 17 deletions

View File

@ -1,8 +1,8 @@
module Main where
import qualified MyLib (someFunc)
import qualified MyLib (defaultMain)
main :: IO ()
main = do
putStrLn "Hello, Haskell!"
MyLib.someFunc
MyLib.defaultMain