Content deleted Content added
Enterprisey (talk | contribs) m →Hello world: +source |
Enterprisey (talk | contribs) m →Hello world: fix source for code; explanation |
||
Line 19:
=== Hello world ===
The traditional [[Hello world program]] can be written in GolfScript as:
"Hello World!"
This program has only one item, the string <code>"Hello World!"</code>, which is pushed onto the stack and then printed at the end of the program.
=== Other examples ===
|