diff --git a/src/main.rs b/src/main.rs index ba78715..71a1e16 100644 --- a/src/main.rs +++ b/src/main.rs @@ -41,6 +41,8 @@ fn main() -> Result<(), Box> { let raw_conf = open_file(matches.value_of("file").unwrap_or("two_robots.txt"))?; + let robot_pool: Vec = Vec::new(); + Ok(()) }