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

From Gnomon Chronicles
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
[[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)]] 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.

Revision as of 14:52, 10 June 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.

Fiction cross-reference

Nonfiction cross-reference

External links