gravity/Main.hs

5 lines
74 B
Haskell

module Main (main) where
main :: IO ()
main = putStrLn "Hello, Haskell!"