Hello World: Difference between revisions
Jump to navigation
Jump to search
imported>Pat Palmer (removing superlatives (opinion); toning down rhetoric; revising intro sentence) |
imported>Pat Palmer (modifying caption) |
||
Line 1: | Line 1: | ||
[[Image:HelloWorld.jpg|right|frame|Hello World program in a | [[Image:HelloWorld.jpg|right|frame|Results of executing a Hello World program in a console (apparently on a Linux or Unix system).]] | ||
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. | 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. |
Revision as of 20:15, 20 September 2007
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
External links
The Hello World Collection in more than 300 programming languages