wstunnel/src/Lib.hs

7 lines
88 B
Haskell
Raw Normal View History

2016-05-11 21:39:02 +00:00
module Lib
( someFunc
) where
someFunc :: IO ()
someFunc = putStrLn "someFunc"