From 53785c98c84fb7b3d83e25709413e48247b8da1b Mon Sep 17 00:00:00 2001 From: Filip Wojcicki <50636446+Fiwo735@users.noreply.github.com> Date: Wed, 21 Feb 2024 04:33:02 +0000 Subject: [PATCH] Missed merge in c_compiler.md --- docs/c_compiler.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/c_compiler.md b/docs/c_compiler.md index cdbf14c..d4ce783 100644 --- a/docs/c_compiler.md +++ b/docs/c_compiler.md @@ -16,8 +16,7 @@ Source files can be found in the [./src](../src) folder and header files can be You can test your compiler by running [`scripts/test.py`](../scripts/test.py) from the top of this repo; the -output should look as follows (note: the progress bar will be coloured). -Full usage guide is found in the file header. +output should look as follows (note: the progress bar and results will be coloured): ```console > user@host:langproc-cw# scripts/test.py