Fixed random function, add words to UI

This commit is contained in:
Aidan Haas
2022-11-09 18:23:54 -05:00
committed by GitHub
parent a724c75e80
commit 7c11e14c94
4 changed files with 62 additions and 25 deletions
+2
View File
@@ -3,9 +3,11 @@
#include <stdlib.h>
#include <string.h>
#include <ncurses.h>
#include <sys/time.h>
#include "utilities.h"
#include "typing_test.h"
int main() {
FILE *words_file;
words_file = fopen("words.txt", "r");