server data printed on webpage

This commit is contained in:
2024-03-16 20:00:13 -05:00
parent 97d27758c9
commit c124f9825f
6 changed files with 196 additions and 5 deletions

7
lua_scripts/main.lua Normal file
View File

@ -0,0 +1,7 @@
local say = {
hello = function()
return { "Hello", "Hola", "Muy Bien" }
end
}
return say