passman/src/Lib.hs
Jonathan Lamothe 78a9a23d17 initial commit
2018-12-06 14:31:36 -05:00

7 lines
88 B
Haskell

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