diff options
author | pommicket <pommicket@gmail.com> | 2021-11-17 22:58:17 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2021-11-17 22:58:17 -0500 |
commit | 17cf6b6fa02db452c3b0b88b09b8884f73b0c1eb (patch) | |
tree | 6dd2df582b20935e5537bd6c55b885aeeea9fc65 /03 | |
parent | 3922fc11cde176e41c98a73f88e5552736b13e2f (diff) |
04a readme and corrections
Diffstat (limited to '03')
-rw-r--r-- | 03/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/03/README.md b/03/README.md index 316773e..b446574 100644 --- a/03/README.md +++ b/03/README.md @@ -165,4 +165,4 @@ you need to make sure you store away any information you'll need after the funct And the language definitely won't be as nice to use as something with real variables. But overall, I'm very happy with this compiler, especially considering it's written in a language with 2-letter label names. - +With that, let's move on to the [next stage](../04a/README.md). |