X-Git-Url: http://git.subgeniuskitty.com/vvhitespace/.git/blobdiff_plain/6a0f845cfaf0795c2898781e795267f4b07a3051..4be3f03fac750a3043dec0086fea6430d3d3dcce:/examples/basic-user-interaction/README.md diff --git a/examples/basic-user-interaction/README.md b/examples/basic-user-interaction/README.md index 6764552..715f95b 100644 --- a/examples/basic-user-interaction/README.md +++ b/examples/basic-user-interaction/README.md @@ -105,3 +105,12 @@ That's the whole program. The file `hello.pvvs` contains an uncommented version of this exact source code and may be executed with a `make run` in this directory. +# Example Output # + + vvhitespace/examples/basic-user-interaction % make run + What is your name? + Rolf + How old age you? + 42 + Hello, Rolf! In a trusting world, 42 is older than I am. +