add vec of robot
This commit is contained in:
parent
f88c972ceb
commit
77785e0d6d
@ -41,6 +41,8 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
|
||||
let raw_conf = open_file(matches.value_of("file").unwrap_or("two_robots.txt"))?;
|
||||
|
||||
let robot_pool: Vec<robot::Robot> = Vec::new();
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user