urbit/pkg/hair/app/uterm/Main.hs

10 lines
189 B
Haskell
Raw Normal View History

2019-04-26 00:02:19 +03:00
module Main where
import ClassyPrelude
import Control.Lens
--------------------------------------------------------------------------------
main :: IO ()
main = "Hello World" & putStrLn