affection/src/Affection.hs

7 lines
94 B
Haskell

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