Updated README

This commit is contained in:
kdeng00
2022-10-06 19:23:53 -04:00
parent 6fde7ef2b3
commit 329bffafc1
+8
View File
@@ -21,6 +21,14 @@ it. I know C++ but C shouldn't be viewed as C++ without all of the extra stuff.
originally meant to be a subset of C but never did. originally meant to be a subset of C but never did.
### Compiling with GCC
Use the following command when compiling files to keep the symbols. Useful when using GDB
```BASH
gcc -g main.c
```
### Note ### Note
This repo is not expecting any more commits. Due to life obligations I've choosen to focus on This repo is not expecting any more commits. Due to life obligations I've choosen to focus on