aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Petrashin <kirill8201@yandex.ru>2026-03-14 14:46:29 +0300
committerKirill Petrashin <kirill8201@yandex.ru>2026-03-14 14:46:29 +0300
commit21e6a79cf201f600c66bce3d1d96fb11140218f1 (patch)
tree564f504b9e2db178e70d98a27dd5d9c99108ea50
parent528841328da0114981ee6e8c6dbdde72b64fb284 (diff)
Remove a TODO entry for maze implementation
-rw-r--r--main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.c b/main.c
index 71e3b45..52af700 100644
--- a/main.c
+++ b/main.c
@@ -7,7 +7,6 @@
#include "structs.h"
// So, TODO for now:
-// - Implement a maze algorithm to test my A* algorithm with
// - Implement the A* algorithm
void sigint_handler(int sig) {