From d1840ee0dad1dde0f475f8d8cb52b52bbcf94a0a 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:26:04 +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 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Rect.gox diff --git a/Rect.gox b/Rect.gox new file mode 100644 index 0000000..3bc775d --- /dev/null +++ b/Rect.gox @@ -0,0 +1,7 @@ +var ( + w, h = 10, 20 + color int + border float64 = 1.2 +) + +echo *this