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