dotfiles/templates/haskell/src/Lib.hs

8 lines
90 B
Haskell
Raw Normal View History

2022-07-04 23:17:58 +00:00
module Lib
( someFunc,
)
where
someFunc :: IO ()
someFunc = putStrLn "this is a lib"