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

7 lines
79 B
Haskell

{-# LANGUAGE CPP #-}
module Main where
main :: IO ()
main = putStrLn "hello"