module Main (main) where import Lib main :: IO () main = do putStrLn "haskell-clock" t <- curTimeString putStrLn t