We only support a single file which gets written to stdout. Non-existing files or other errors are printed to stderr and the program terminates.
6 lines
87 B
Haskell
6 lines
87 B
Haskell
module Main (main) where
|
|
|
|
import HCat qualified
|
|
|
|
main :: IO ()
|
|
main = HCat.defaultMain
|