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 module: Main
import:Math import:Math
function: main function: main
return_type: void return_type: int
body: body:
Math.add(6,1) Math.add(6,1)
return 0
end body end body
end function end function
end module end module