1
1
mirror of https://github.com/nmattia/snack.git synced 2024-10-26 12:38:49 +03:00
snack/tests/single-main/Main.hs
2019-01-17 22:18:43 +01:00

5 lines
57 B
Haskell

module Main where
main :: IO ()
main = putStrLn "hello"