From af5eb040ae58128da037eb5a584f933745b25f27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D0=B0=D1=82=D0=BE=D0=BB=D0=B8=D0=B9=20=D0=A2?= =?UTF-8?q?=D1=83=D1=85=D1=82=D0=B0=D1=80=D0=BE=D0=B2?= Date: Sat, 4 Apr 2026 18:32:49 +0500 Subject: [PATCH] =?UTF-8?q?v0.0.0=20=D0=BD=D0=B0=D1=87=D0=B0=D0=BB=D1=8C?= =?UTF-8?q?=D0=BD=D0=B0=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Rect.gox => fast/Rect.gox | 2 ++ 1 file changed, 2 insertions(+) rename Rect.gox => fast/Rect.gox (84%) diff --git a/Rect.gox b/fast/Rect.gox similarity index 84% rename from Rect.gox rename to fast/Rect.gox index 3bc775d..36a2cbd 100644 --- a/Rect.gox +++ b/fast/Rect.gox @@ -1,3 +1,5 @@ +package fast + var ( w, h = 10, 20 color int