From 5c7007c9664d130b8b9e5930ea6a5ddc429d66c2 Mon Sep 17 00:00:00 2001 From: luke Date: Wed, 11 Jun 2025 22:50:12 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E4=BE=8B=E5=AD=90=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- playground/Demo5/Main.snow | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/Demo5/Main.snow b/playground/Demo5/Main.snow index 1ee54d8..75ae75f 100644 --- a/playground/Demo5/Main.snow +++ b/playground/Demo5/Main.snow @@ -3,7 +3,7 @@ module: Main parameter: return_type: int body: - declare b1: boolean = false + declare b1: boolean = true loop: initializer: declare i:int = 0