This commit is contained in:
Joscha 2019-11-05 21:15:48 +00:00
parent c29f41db06
commit 0f03dc20b7
2 changed files with 1 additions and 9 deletions

View file

@ -1,6 +0,0 @@
module Lib
( someFunc
) where
someFunc :: IO ()
someFunc = putStrLn "someFunc"