From 22cf314f4d8955ac3a71272282916a923a694187 Mon Sep 17 00:00:00 2001 From: Volodymyr Patuta <6977238-fiplox@users.noreply.gitlab.com> Date: Mon, 19 Oct 2020 12:32:14 +0200 Subject: [PATCH] add map --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index f2def9a..5bfd178 100644 --- a/src/main.rs +++ b/src/main.rs @@ -5,6 +5,7 @@ use std::io; struct World { x: u32, y: u32, + map: Vec, } /// Struct to store robot position.