wstunnel/src/Lib.hs
2016-05-11 23:39:02 +02:00

6 lines
88 B
Haskell

module Lib
( someFunc
) where
someFunc :: IO ()
someFunc = putStrLn "someFunc"