1
1
mirror of https://github.com/nmattia/snack.git synced 2024-09-11 11:55:36 +03:00
snack/tests/cpp-2/Main.hs
2018-10-21 18:28:06 +02:00

8 lines
91 B
Haskell

module Main where
main :: IO ()
main = putStrLn "hello"
foo :: forall a. a -> a
foo = id