diff options
| author | Kirill Petrashin <kirill8201@yandex.ru> | 2026-03-14 14:46:29 +0300 |
|---|---|---|
| committer | Kirill Petrashin <kirill8201@yandex.ru> | 2026-03-14 14:46:29 +0300 |
| commit | 21e6a79cf201f600c66bce3d1d96fb11140218f1 (patch) | |
| tree | 564f504b9e2db178e70d98a27dd5d9c99108ea50 | |
| parent | 528841328da0114981ee6e8c6dbdde72b64fb284 (diff) | |
Remove a TODO entry for maze implementation
| -rw-r--r-- | main.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) { |
