From 89dc143f1acdf9ea5394397782fb4bcbb1c94121 Mon Sep 17 00:00:00 2001 From: LinlyBoi Date: Sat, 6 May 2023 11:25:49 +0300 Subject: [PATCH] silly TODO comment --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index 8191468..d6202bd 100644 --- a/src/main.rs +++ b/src/main.rs @@ -50,6 +50,7 @@ fn main() { } } +//TODO move this to a struct const STARTX: i32 = 7; const STARTY: i32 = 9; const WX: i32 = 13;