Mercurial Hosting > luan
view host/admin/src/hi.luan @ 2012:72e9624a21d3 default tip
fix flush
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sat, 06 Sep 2025 14:47:09 -0600 |
parents | 301a6561fb6b |
children |
line wrap: on
line source
local Io = require "luan:Io.luan" local Http = require "luan:http/Http.luan" return function() Io.stdout = Http.response.text_writer() %>hi<% end