7 lines
158 B
Haskell
7 lines
158 B
Haskell
module Main where
|
|
|
|
import Include_Types
|
|
import ThriftTest_Types
|
|
|
|
main :: IO ()
|
|
main = putStrLn ("Includes work: " ++ (show (IncludeTest $ Bools True False)))
|