axmol/tests/lua-empty-test/src/hello2.lua

3 lines
41 B
Lua
Raw Normal View History

2014-03-10 20:07:20 +08:00
function myadd(x, y)
return x + y
end