This repository has been archived on 2020-07-05. You can view files and clone it, but cannot push or open issues or pull requests.
zurihac2020/test/src/Lib.hs

7 lines
88 B
Haskell

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