Merge branch 'comment' into 'master'
add somme comments See merge request mhart/DancingDroids!21
This commit is contained in:
commit
0f3ea996b0
@ -141,8 +141,11 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
|
|||||||
)
|
)
|
||||||
.get_matches();
|
.get_matches();
|
||||||
|
|
||||||
let mut robot_pool: Vec<Robot> = Vec::new();
|
|
||||||
let raw_conf = open_file(matches.value_of("file").unwrap_or("two_robots.txt"))?;
|
let raw_conf = open_file(matches.value_of("file").unwrap_or("two_robots.txt"))?;
|
||||||
|
|
||||||
|
// We store all the robots inside a pool O_o
|
||||||
|
let mut robot_pool: Vec<Robot> = Vec::new();
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user