/h/haskell.hs

http://github.com/AdamHarte/hello-world · Haskell · 4 lines · 3 code · 1 blank · 0 comment · 0 complexity · 058a2b4b23f7a719d2b1715d42a5622f MD5 · raw file

  1. module Main
  2. where
  3. main=putStrLn "Hello, World!"