From 89fa6474af46fef1545ebf4b6e5f0c550ae278f2 Mon Sep 17 00:00:00 2001 From: Kirill Petrashin Date: Thu, 16 Apr 2026 23:19:00 +0300 Subject: Add a TODO entry --- main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'main.c') diff --git a/main.c b/main.c index 9668236..95ee0f6 100644 --- a/main.c +++ b/main.c @@ -196,6 +196,7 @@ int main(int argc, char **argv) { else { set_message("A*"); path_func = &astar_path; }; path_free(path, height); path = path_func(dirs, map, cell_costs, width, height, start_pos, end_pos, visited, anim); + /* TODO: print time */ break; case 'y': -- cgit v1.2.3