We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.

Hello, world!

From Esolang
(Redirected from Hello, world)
Jump to navigation Jump to search
Not to be confused with Hello,world!.

A "Hello, world!" program is a trivial program which outputs a static string of text[note 1], 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.

See also

Notes

  1. If the static string is not a variant of "Hello world", then the problem may be more often called a "Kolmogorov complexity" problem.

External resources