From a77e10e983d76b0f9aca643dc226aac4bbea273b Mon Sep 17 00:00:00 2001 From: fernando Date: Fri, 9 Aug 2024 18:18:25 -0600 Subject: [PATCH] El micromouse sabe llegar al centro --- main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/main.cpp b/main.cpp index 2617502..edb5773 100644 --- a/main.cpp +++ b/main.cpp @@ -6,7 +6,6 @@ #define W 15 /* ancho y alto del laberinto -1 */ - struct maze { /* Distancias de Manhattan */ int vwalls[15][15]; int hwalls[15][15];