making some explanation better

This commit is contained in:
ishak jmilou.ishak
2024-10-08 13:10:45 +02:00
parent 45bd2196ef
commit 4a5862dd6a

View File

@@ -38,7 +38,7 @@ int command() {
char input; char input;
while (true) { 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::cout << "What must the robot do?";
std::cin >> input; std::cin >> input;