Third Commit

This commit is contained in:
2022-10-26 19:08:44 -04:00
parent 64fff3feb0
commit 7af0c3e54a
4 changed files with 17 additions and 3 deletions
+7 -1
View File
@@ -14,4 +14,10 @@ Similar to my Typing-Teacher project, however this is more focused on analyzing
Objectives:
* Clean Code
* Memory Management
* Learning C
* Learning C
How To Compile:
Download source files
Install ncurses (If not already installed)
Run "gcc gcc typing_test.c -lncurses"