diff --git a/niktoi b/niktoi deleted file mode 100644 index e69de29..0000000 diff --git a/src/main.rs b/src/main.rs index e8f06c0..d49505f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -198,7 +198,7 @@ fn open_file(filename: &str) -> io::Result { Ok(content) } -///Here we display the grid by looping in every position checking if it exists in the HashMap. +/// Here we display the grid by looping in every position checking if it exists in the HashMap. fn display_grid( w: &world::World, robot_pool: &Vec,