module Lib ( someFunc ) where someFunc :: IO () someFunc = putStrLn "someFunc was called and says Hello World!! (NOW IT WORKS, right?!)"