numbersquare/app/Main.hs

4 lines
61 B
Haskell

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