Difference between revisions of "Module:Sandbox"

From Story Lists
Jump to navigation Jump to search
(Created page with " print("Hello World")")
 
Line 1: Line 1:
print("Hello World")
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