-- File: app/Main.hs module Main where import qualified Lib main :: IO () main = putStrLn Lib.greeting