Software › Hello World
Hello World
demo Open · freely redistributable
A short Whitespace program that prints "Hello World". Whitespace source is invisible, so this one is built programmatically: for each character it pushes the character code as a binary number then runs the output-character command, and ends with the halt instruction. A perfect first target for single-stepping the token stream and watching the stack fill and drain.
Get it from the original source ↗
Format: Whitespace source (Space / Tab / LineFeed) · By: emulators.org · Licence: Public domain