From 19ba9b16c3bc3cb16caff7025b4bfa79dbd2fe17 Mon Sep 17 00:00:00 2001 From: anyunderstanding Date: Sun, 29 Dec 2024 16:13:28 +0100 Subject: Wow so much doing Co-authored-by: Marvin Borner --- lllars/parser.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lllars/parser.hs') 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 -- cgit v1.2.3