Moving `examples/hello_world` -> `examples/hello-world` to match other examples.
[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>