eoc/Main.hs

8 lines
86 B
Haskell

module Main where
import Bril
main :: IO ()
main = do
putStrLn $ "Hello World!"