dtmt/examples/hello.lua
2019-08-15 19:17:23 -04:00

3 lines
38 B
Lua

print("Hello from lua")
return 1 + 2