Renamed the example to remove "tutorial" from the title.
[vvhitespace] / examples / hello_world / hello.pvvs
diff --git a/examples/hello_world/hello.pvvs b/examples/hello_world/hello.pvvs
new file mode 100644 (file)
index 0000000..507437e
--- /dev/null
@@ -0,0 +1,8 @@
+@@ This program outputs "Hello, world!"
+
+A"Hello, world!\n"
+SSSSN           | ST: PUSH 0
+NSTTSSSN        | FC: JSR>1000 (printf; see stdlib)
+NNN             | FC: Terminate program
+
+#include <stdio.pvvs>