From 4a5862dd6a6b81e8e9299e6d8aec276c718cf677 Mon Sep 17 00:00:00 2001 From: "ishak jmilou.ishak" Date: Tue, 8 Oct 2024 13:10:45 +0200 Subject: [PATCH] making some explanation better --- src/C++/Driver/src/test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/C++/Driver/src/test.cpp b/src/C++/Driver/src/test.cpp index 5e24fa3..bcd7442 100644 --- a/src/C++/Driver/src/test.cpp +++ b/src/C++/Driver/src/test.cpp @@ -38,7 +38,7 @@ int command() { char input; while (true) { - std::cout << "choose between forward and rotate" << endl; + std::cout << "choose between forward = 1 and rotate = 2" << endl; std::cout << "What must the robot do?"; std::cin >> input;