amaranth/src/Lib.hs

7 lines
88 B
Haskell
Raw Normal View History

2022-07-29 15:20:17 +02:00
module Lib
( someFunc
) where
someFunc :: IO ()
someFunc = putStrLn "someFunc"