added TODO

This commit is contained in:
bePrivate
2023-10-29 01:08:27 +02:00
parent e7adaec867
commit a57c403c22
+2
View File
@@ -2,6 +2,8 @@
Wordle game implementation in the C programming language Wordle game implementation in the C programming language
*/ */
// TODO: implement light mode
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>