Added expected output to READMEs for examples.
[vvhitespace] / examples / hello-world / README.md
index f003d49..ff1ed2f 100644 (file)
@@ -136,3 +136,9 @@ Putting all that together, we discover a greatly simplified program.
     #include <stdio.pvvs>
 
 This is already saved in `hello.pvvs` which you can execute with `make run`.
     #include <stdio.pvvs>
 
 This is already saved in `hello.pvvs` which you can execute with `make run`.
+
+# Example Output #
+
+    vvhitespace/examples/basic-user-interaction % make run
+    Hello, world!
+