Removing old example of "print number from stack".
[vvhitespace] / examples / print-number-from-stack / printnum.pvvs
diff --git a/examples/print-number-from-stack/printnum.pvvs b/examples/print-number-from-stack/printnum.pvvs
deleted file mode 100644 (file)
index 742f1db..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-@@ This program outputs "-42424242"
-
-SSTTSTSSSSTTTSTSTSTTTTSTTSSTSN         | ST: Push -42424242
-NSTTSSTN                       | FC: JSR>1001 (print number from stack; see stdlib)
-SSSTSTSN                       | ST: Push +10 (ASCII '\n')
-TNSS                           | IO: Putchar
-NNN                            | FC: Terminate program
-
-#include <stdio.pvvs>