Software › Hello World!
Hello World!
demo Open · freely redistributable
The canonical Befunge-93 Hello World: a string literal that spells "Hello World!" when read off the stack, driven by a >:#,_@ loop that dups, prints one character, and bounces the instruction pointer back and forth along the row until the stack empties, then halts at @. A perfect first target for single-stepping and breakpoints.
Get it from the original source ↗
Format: Befunge-93 source (plain text) · By: emulators.org · Licence: Public domain