Module:Sandbox/Komidore64/helloworld
Jump to navigation
Jump to search
Documentation for this module may be created at Module:Sandbox/Komidore64/helloworld/doc
local p = {} function p.main(frame) return "hello world" end return p