Difference between revisions of "Team:TU Darmstadt/Module:my module"

(Created page with "local p = {} function p.hello(frame) return 'Hello' end return p")
 
m (Blanked the page)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
local p = {}
+
 
function p.hello(frame)
+
    return 'Hello'
+
end
+
return p
+

Latest revision as of 18:13, 2 September 2015