This commit is contained in:
Volodymyr Patuta 2020-10-19 12:32:14 +02:00
parent b2b00d0d62
commit 22cf314f4d
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ use std::io;
struct World {
x: u32,
y: u32,
map: Vec<char>,
}
/// Struct to store robot position.