7 lines
85 B
Haskell
7 lines
85 B
Haskell
module Main where
|
|
|
|
import qualified C2hsLib
|
|
|
|
main :: IO ()
|
|
main = do
|
|
C2hsLib.check
|