Programming Fundamentals/Introduction/Haskell: Difference between revisions

From Wikiversity
Jump to navigation Jump to search
Content deleted Content added
Creating
(No difference)

Revision as of 19:01, 30 October 2016

hello.hs

main = putStrLn "Hello world!"

Try It

See Also