
import Data.Binary.Get
import Data.ByteString.Lazy as BS

import AcrossLite

main = print . runGet getAcrossLite =<< BS.getContents

