haskell-clock/app/Main.hs

7 lines
77 B
Haskell

module Main (main) where
import Lib
main :: IO ()
main = putStrLn someFunc