geval/app/Main.hs

11 lines
190 B
Haskell
Raw Normal View History

2015-08-17 23:32:00 +02:00
module Main where
import Lib
import System.Environment
main :: IO ()
main = do
[expectedFilePath, outFilePath] <- getArgs
result <- geval expectedFilePath outFilePath
print $ result