From 26a533adaf5209a8ff2743f09883369e27b77405 Mon Sep 17 00:00:00 2001 From: Luke Date: Sat, 28 Jun 2025 17:19:08 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E6=9B=B4=E6=96=B0=20Demo1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- playground/Demo1/Main.snow | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/playground/Demo1/Main.snow b/playground/Demo1/Main.snow index 89efc03..9058208 100644 --- a/playground/Demo1/Main.snow +++ b/playground/Demo1/Main.snow @@ -1,9 +1,10 @@ module: Main import:Math function: main - return_type: void + return_type: int body: Math.add(6,1) + return 0 end body end function -end module +end module \ No newline at end of file