Hello, world!
From Esolang
(Redirected from Hello world)
A "Hello, world!" program is a trivial program which outputs a static string of text, usually
Hello, world!
This program is often the first one written in a new esoteric programming language, to demonstrate output. It is a popular problem.
The program comes from the first example program in the classic K&R C manual. Note that the K&R version was in all lowercase and lacked an exclamation mark.
[edit] See also
- Hello world program in esoteric languages, a list of hello world programs in different esoteric languages
- Hello, a joke language
- HQ9+, another joke language
- HelloWorld
[edit] External Links
- The Hello World Collection, a collection of 350+ Hello World programs
- Hello World article on Wikipedia

