fixing error

This commit is contained in:
ishak jmilou.ishak
2024-10-08 13:15:51 +02:00
parent ca2154cb6f
commit 89592c17d3

View File

@@ -8,8 +8,8 @@ using namespace std;
CKobuki robot; CKobuki robot;
int command(); int command();
const string FORWARD = "forward"; const std::string FORWARD = "forward";
const string ROTATE = "rotate"; const std::string ROTATE = "rotate";
int main() { int main() {
unsigned char *null_ptr(0); unsigned char *null_ptr(0);