diff options
Diffstat (limited to '04a')
-rw-r--r-- | 04a/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/04a/README.md b/04a/README.md index 088c649..2874db3 100644 --- a/04a/README.md +++ b/04a/README.md @@ -72,3 +72,5 @@ B ``` Will be preprocessed to `A`, not `10`. + +And with that, it's finally time to write [a C compiler](../05/README.md). |