diff --git a/src/main.c b/src/main.c index 9502317..c74558f 100644 --- a/src/main.c +++ b/src/main.c @@ -2,7 +2,9 @@ Wordle game implementation in the C programming language */ -// TODO: implement light mode +/* TODO: + * maybe implement user-specified colors for theming +*/ #include #include