test: 移动和增加例子代码
This commit is contained in:
parent
3d7bd378aa
commit
c09c8845fb
9
playground/Demo2/Main.snow
Normal file
9
playground/Demo2/Main.snow
Normal file
@ -0,0 +1,9 @@
|
||||
module: Main
|
||||
function: main
|
||||
parameter:
|
||||
return_type: int
|
||||
body:
|
||||
return (1+2) / 3 * 4 + 2 *2
|
||||
end body
|
||||
end function
|
||||
end module
|
||||
Loading…
x
Reference in New Issue
Block a user