Hello World

From Citizendium
Revision as of 11:55, 18 July 2010 by imported>Johan Förberg (All the examples moved to /Code)
Jump to navigation Jump to search
This article is a stub and thus not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
Code [?]
 
This editable Main Article is under development and subject to a disclaimer.

A Hello World program, as first introduced in the book The C Programming Language, is a very short program that typically just prints a word or two of output to a console. Such a program is often one of the first programs that a programmer writes when learning a programming language, as it provide's a cursory introduction to the language's syntax and output.

See also

99 Bottles of Beer

External links

The Hello World Collection in more than 300 programming languages