Clean up
This commit is contained in:
parent
c29f41db06
commit
0f03dc20b7
2 changed files with 1 additions and 9 deletions
|
|
@ -1,6 +1,4 @@
|
||||||
module Main where
|
module Main where
|
||||||
|
|
||||||
import Lib
|
|
||||||
|
|
||||||
main :: IO ()
|
main :: IO ()
|
||||||
main = someFunc
|
main = putStrLn "Nothing to see here, move along."
|
||||||
|
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
module Lib
|
|
||||||
( someFunc
|
|
||||||
) where
|
|
||||||
|
|
||||||
someFunc :: IO ()
|
|
||||||
someFunc = putStrLn "someFunc"
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue