blob: 85cd99e94c0938a81541902346fd7783451d446e [file]
function handle(r)
r.content_type = "text/plain"
r:puts("Hello Lua World!\n")
end