Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 362 Bytes

examples.md

File metadata and controls

13 lines (10 loc) · 362 Bytes

Explained Examples

Hello, World!

Classic example with a simple solution:

"Hello, World!

" is the string delimeter. The parser automatically puts the closing delimeter at the end of the line if not present.

This is run with the C flag to output as Unicode characters.

This also prints without a newline. _H is an equivalent of this program.