Hello
From Esolang
Hello programming language is a minimal programming language with only one instruction, 'h', which will print out the string "Hello World". Hello was created by Anne Veling.
The language was designed to be very easy to learn and implement.
Contents |
[edit] Example program
The following program prints out "Hello World".
h
[edit] Important note
This language is a joke language.
[edit] Notes on quines
If it was case insensitive, and all unknown characters were ignored, then it would be easy to make a quine using this program. (Maybe even two quines. Or an infinite number.)
Hello World

