Fixing a label I missed when moving functions in the stdlib.
[vvhitespace] / examples / hello-stdlib / hello.pvvs
CommitLineData
8bed3ccd 1@@ This program outputs "Hello, world!"
c9d5be09 2
b8b65c17
AT
3A"Hello, world!\n"
4@TODO: Change this to printf call
5NSTTSSSTSSN | FC: JSR>1000100 (print string from stack; see stdlib)
c9d5be09 6NNN | FC: Terminate program
8bed3ccd
AT
7
8#include "stdio.pvvs"