diff options
author | tzlil <tzlils@protonmail.com> | 2023-04-15 01:54:47 +0300 |
---|---|---|
committer | tzlil <tzlils@protonmail.com> | 2023-04-15 01:54:47 +0300 |
commit | 54bcc4595f28ba76384b5f018d72bca353cd88d3 (patch) | |
tree | df0b1f9190f6b84313201ecd56d503187070d9bc /plc | |
parent | 831d9c0737cd53be0b98f176f00c117de1ecc9ca (diff) |
fourmolu formatting
Diffstat (limited to 'plc')
-rw-r--r-- | plc/Main.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plc/Main.hs b/plc/Main.hs index 9e8a7b8..a91563e 100644 --- a/plc/Main.hs +++ b/plc/Main.hs @@ -4,5 +4,5 @@ import Parse main :: IO () main = do - s <- getContents - print $ parse s + s <- getContents + print $ parse s |