Split to multiproject
This commit is contained in:
9
reddit_pub/app/Main.hs
Normal file
9
reddit_pub/app/Main.hs
Normal file
@ -0,0 +1,9 @@
|
||||
module Main where
|
||||
|
||||
import qualified MyLib (defaultMain)
|
||||
import System.Environment (getArgs)
|
||||
|
||||
main :: IO ()
|
||||
main = do
|
||||
[path] <- getArgs
|
||||
MyLib.defaultMain path
|
Reference in New Issue
Block a user