Database changes have finished applying - please report any issues you're (still) seeing to support@shoutwiki.com.
Module:Bananas
Jump to navigation
Jump to search
Documentation for this module may be created at Module:Bananas/doc
1 local p = {}
2
3 function p.hello()
4 return "Hello, world!"
5 end
6
7 return p