1 2 3 4 5 6
import Minilang.IO import System.IO (stdin, stdout) main :: IO () main = runEval stdin stdout