test: 更新 Demo1

This commit is contained in:
Luke 2025-06-28 17:19:08 +08:00
parent 5ea546e04e
commit 26a533adaf

View File

@ -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