From b3a0b302f0f294b9c98ca2d5d34382cdf080d234 Mon Sep 17 00:00:00 2001 From: Aaron Taylor Date: Mon, 30 Mar 2020 23:17:23 -0700 Subject: [PATCH] Change section header to match other examples. --- examples/hello-world/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/hello-world/README.md b/examples/hello-world/README.md index b49b706..f003d49 100644 --- a/examples/hello-world/README.md +++ b/examples/hello-world/README.md @@ -4,7 +4,7 @@ This example starts with the `Hello, world!` example from Wikipedia's Whitespace page, gradually rewriting it to use the ASCII string feature of the VVhitespace compiler and the `printf` subroutine from the stdlib. -# "Hello, World!" in VVhitespace # +# Code Commentary # Wikipedia's `Hello, World!` example is reproduced below. It follows a simple form, pushing an integer corresponding to an ASCII character onto the stack and -- 2.20.1