From df2168d13f3261f261f749f16e12975e52c7023d Mon Sep 17 00:00:00 2001 From: AFE123x Date: Mon, 27 Oct 2025 22:22:18 -0700 Subject: [PATCH 1/2] testing problem --- api.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.cpp b/api.cpp index 5947589..dbf6d8b 100644 --- a/api.cpp +++ b/api.cpp @@ -25,7 +25,7 @@ bool API::wallFront() { return response == "true"; } -bool API::wallRight() { +bool API::wallRight() {santoehusantoheu std::cout << "wallRight" << std::endl; std::string response; std::cin >> response; From ec456133fe289ecdf482582a791ac6617819746b Mon Sep 17 00:00:00 2001 From: AFE123x Date: Mon, 27 Oct 2025 22:23:13 -0700 Subject: [PATCH 2/2] fixed said problem --- api.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.cpp b/api.cpp index dbf6d8b..5947589 100644 --- a/api.cpp +++ b/api.cpp @@ -25,7 +25,7 @@ bool API::wallFront() { return response == "true"; } -bool API::wallRight() {santoehusantoheu +bool API::wallRight() { std::cout << "wallRight" << std::endl; std::string response; std::cin >> response;