Hello World

Published on 15 March 2018 (Updated: 15 April 2024)

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:

Description

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.

Requirements

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!

Testing

Verify that the actual output matches the expected output (see Requirements).

Articles