remove boilerplate lib file

This commit is contained in:
Michael Xavier 2017-02-13 11:19:21 -08:00
parent 602975445a
commit 57549f254f

View File

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