added a TODO
This commit is contained in:
+3
-1
@@ -2,7 +2,9 @@
|
|||||||
Wordle game implementation in the C programming language
|
Wordle game implementation in the C programming language
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// TODO: implement light mode
|
/* TODO:
|
||||||
|
* maybe implement user-specified colors for theming
|
||||||
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user