10 lines
78 B
Haskell
10 lines
78 B
Haskell
|
|
module Main where
|
|
|
|
import P2Prc (runP2Prc)
|
|
|
|
|
|
main :: IO ()
|
|
main =
|
|
runP2Prc
|