gemboard/src/Lib.hs

7 lines
88 B
Haskell
Raw Normal View History

2021-10-18 02:47:24 -04:00
module Lib
( someFunc
) where
someFunc :: IO ()
someFunc = putStrLn "someFunc"