mirror of
https://gitlab.fdmci.hva.nl/technische-informatica-sm3/ti-projectten/rooziinuubii79.git
synced 2025-08-04 04:14:58 +00:00
fixing error
This commit is contained in:
@@ -46,7 +46,7 @@ int command() {
|
|||||||
case forward: {
|
case forward: {
|
||||||
int distance;
|
int distance;
|
||||||
std::cout >> "Enter distance to move forward: ";
|
std::cout >> "Enter distance to move forward: ";
|
||||||
std::cin >> distance;
|
cin >> distance;
|
||||||
robot.goStraight(distance);
|
robot.goStraight(distance);
|
||||||
} break;
|
} break;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user