"Hello World!" program (nonfiction): Difference between revisions

From Gnomon Chronicles
Jump to navigation Jump to search
(Created page with "A '''"Hello World!" program''' ('''"Hello, World!"''', etc.) is a computer program (nonfiction)) that outputs '''"Hello World!"''' (or some variation) on a display device....")
 
No edit summary
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
A '''"Hello World!" program''' ('''"Hello, World!"''', etc.) is a [[computer program (nonfiction))]] that outputs '''"Hello World!"''' (or some variation) on a display device.
[[File:Hello,_world_in_C.svg|thumb|C-language "Hello, World" source code. This first known "Hello, world" snippet from the seminal book The C Programming Language originates from Brian Kernighan in the Bell Laboratories in 1974.]]A '''"Hello World!" program''' ('''"Hello, World!"''', etc.) is a [[computer program (nonfiction)|computer program]] that outputs '''"Hello World!"''' (or some variation) on a display device.


It demonstrates that a simple program runs correctly.
It demonstrates that a simple program runs correctly.
== Purpose ==


Hello World is a traditional exercise for beginning programmers.   
Hello World is a traditional exercise for beginning programmers.   
Line 9: Line 7:
Experienced programmers may write a Hello World program when learning a new programming language.
Experienced programmers may write a Hello World program when learning a new programming language.


== Nonfiction cross-reference ==
== In the News ==


* [[Computer programming (nonfiction)]]
<gallery mode="traditional">
* [[Less World, More Hello (nonfiction)]]
</gallery>
* [[Programming language (nonfiction)]]


== Fiction cross-reference ==
== Fiction cross-reference ==


* [[Less World, More Hello]]
* [[Less World, More Hello]]
* [["Hello World!" program]]
* [[The Man Who Would Not Say Hello World]]
 
== Nonfiction cross-reference ==


== External links ==
* [[Computer program (nonfiction)]]
* [[Computer science (nonfiction)]]
 
External links:


* [https://en.wikipedia.org/wiki/%22Hello,_World!%22_program "Hello, World!" program] @ Wikipedia
* [https://en.wikipedia.org/wiki/%22Hello,_World!%22_program "Hello, World!" program] @ Wikipedia
[[Category:Nonfiction (nonfiction)]]
[[Category:Computer programming (nonfiction)]]
[[Category:Computer science (nonfiction)]]

Latest revision as of 05:57, 23 August 2016

C-language "Hello, World" source code. This first known "Hello, world" snippet from the seminal book The C Programming Language originates from Brian Kernighan in the Bell Laboratories in 1974.

A "Hello World!" program ("Hello, World!", etc.) is a computer program that outputs "Hello World!" (or some variation) on a display device.

It demonstrates that a simple program runs correctly.

Hello World is a traditional exercise for beginning programmers.

Experienced programmers may write a Hello World program when learning a new programming language.

In the News

Fiction cross-reference

Nonfiction cross-reference

External links: