parser/app/Main.hs

7 lines
89 B
Haskell
Raw Normal View History

2019-05-03 17:23:30 +02:00
module Main where
import Lib
main :: IO ()
2019-05-27 22:55:51 +02:00
main = interact (unlines . map go . lines)