A Collection of Code Snippets in as Many Programming Languages as Possible
This project is maintained by TheRenegadeCoder
Welcome to the Hello World page! Here, you'll find a description of the project as well as a list of sample programs written in various languages.
This article was written by:
Hello World is a standard program used to introduce a programming language. As a result, the rules are pretty simple: print "Hello, World!" to standard output. Ideally, the solution should be as simple as possible.
To properly implement Hello World, submit a file called Hello World using the appropriate naming conventions for your language of choice. Upon execution, this file should print "Hello, World!" to standard output. That's it!
Verify that the actual output matches the expected output (see Requirements).