orbit/app/Main.hs
2017-07-18 08:45:17 +02:00

6 lines
69 B
Haskell

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