Sign in
apache
/
httpd-tests
/
refs/heads/trunk
/
.
/
t
/
htdocs
/
modules
/
lua
/
hello.lua
blob: 85cd99e94c0938a81541902346fd7783451d446e [
file
]
function
handle
(
r
)
r
.
content_type
=
"text/plain"
r
:
puts
(
"Hello Lua World!\n"
)
end