Huby
From Esolang
Huby, conceived by Joey (or j`ey), is a very easy to learn programming language.
It has one function, to print out 'Hello World!'.
It does this using the global function 'h()'. Each call to this function must be separated with a semicolon (;).
[edit] Example
The following program outputs 'Hello World!'.
h();

