affection/src/Affection.hs

7 lines
94 B
Haskell
Raw Normal View History

2016-03-25 08:41:22 +00:00
module Affection
( someFunc
) where
someFunc :: IO ()
someFunc = putStrLn "someFunc"