From 21e6a79cf201f600c66bce3d1d96fb11140218f1 Mon Sep 17 00:00:00 2001 From: Kirill Petrashin Date: Sat, 14 Mar 2026 14:46:29 +0300 Subject: Remove a TODO entry for maze implementation --- main.c | 1 - 1 file changed, 1 deletion(-) 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) { -- cgit v1.2.3