From 8c139e29d27d93f33561e5d7c3ac15f9b3921dd4 Mon Sep 17 00:00:00 2001 From: EliasCubz Date: Sun, 1 Nov 2020 16:45:51 +0100 Subject: [PATCH] oops --- niktoi | 0 src/main.rs | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 niktoi 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,