Huby

From Esolang
Jump to navigation Jump to search

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 (;).

Example

The following program outputs 'Hello World!'.

h();

See also

External resources