snow/playground/Demo1/Main.snow
2025-06-28 16:30:14 +08:00

10 lines
159 B
Plaintext

module: Main
import:Math
function: main
return_type: void
body:
Math.add(6,1)
end body
end function
end module