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.

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