aboutsummaryrefslogtreecommitdiff
path: root/lllars/parser.hs
diff options
context:
space:
mode:
Diffstat (limited to 'lllars/parser.hs')
-rw-r--r--lllars/parser.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lllars/parser.hs b/lllars/parser.hs
index bb3afc2..dfee007 100644
--- a/lllars/parser.hs
+++ b/lllars/parser.hs
@@ -126,7 +126,7 @@ program = license *> sepEndBy instr (some $ char '\n')
main :: IO ()
main = do
- f <- readFile "fac.lll"
+ f <- readFile "chal.lll"
case runParser (program <* many (char '\n') <* eof) "" f of
Right ps ->
putStrLn