axmol/templates/lua-template-runtime/src/hello2.lua

3 lines
41 B
Lua
Raw Normal View History

2014-03-11 16:52:06 +08:00
function myadd(x, y)
return x + y
end