This is a message from MediaWiki:Sitenotice.
Works Works Works
local p = {} function wasteTime() while os.clock() < 2 do end end function p.main(frame) wasteTime() return 'Works' end return p