axmol/HelloLua/Resource/hello2.lua

3 lines
41 B
Lua
Raw Normal View History

function myadd(x, y)
return x + y
end