about summary refs log tree commit diff
path: root/plc/Main.hs
blob: 9e8a7b8e615826e4f33d786ddec8e7fd338a6b53 (plain)
1
2
3
4
5
6
7
8
module Main (main) where

import Parse

main :: IO ()
main = do
  s <- getContents
  print $ parse s