Implement calculation of WPM and test time

This commit is contained in:
Aidan Haas
2022-11-25 18:02:03 -05:00
committed by GitHub
parent 19774c413d
commit 309d55a064
3 changed files with 34 additions and 13 deletions
+1
View File
@@ -1,6 +1,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/time.h>
#define SUCCESS 1
#define FAILURE 0