Skip to content
Snippets Groups Projects
Lib.hs 63 B
Newer Older
module Lib (main) where

main :: IO ()
main = putStrLn "Hello"