From 211a4693928910bba3932c4772eb2359cd7c95e4 Mon Sep 17 00:00:00 2001 From: bePrivate Date: Tue, 31 Oct 2023 14:43:03 +0100 Subject: [PATCH] added a TODO --- src/main.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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