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