This commit is contained in:
Joscha 2020-01-06 18:07:02 +00:00
parent fa15162620
commit e72e647b5f
3 changed files with 1 additions and 13 deletions

View file

@ -1,6 +1,4 @@
module Main where
import Lib
main :: IO ()
main = someFunc
main = putStrLn "Nothing to see here"