6 lines
83 B
Haskell
6 lines
83 B
Haskell
module Main where
|
|
|
|
import qualified Psb.Main as Psb
|
|
|
|
main :: IO ()
|
|
main = Psb.main
|