Difference between revisions of "Module:Sandbox"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
local function test () | local function test () | ||
return "Hello World" | |||
end | end |
Revision as of 20:35, 17 April 2021
Documentation for this module may be created at Module:Sandbox/doc
local function test () return "Hello World" end