Difference between revisions of "Module:Sandbox/Komidore64/helloworld"
Jump to navigation
Jump to search
Komidore64 (talk | contribs) (Created page with "local p = {} function p.helloworld(frame) return "hello world" end return p") |
(No difference)
|
Revision as of 20:00, 16 December 2020
Documentation for this module may be created at Module:Sandbox/Komidore64/helloworld/doc
local p = {} function p.helloworld(frame) return "hello world" end return p