~alcinnz/Mondrian

ref: 77f2d28eb8df6e870a2b2abaded992881e2ce6a3 Mondrian/app/Main.hs -rw-r--r-- 72 bytes
77f2d28e — Adrian Cochrane Improve code cleanliness. 1 year, 4 months ago
                                                                                
1
2
3
4
5
module Main where

main :: IO ()
main = do
  putStrLn "Hello, Haskell!"