Documentation for this module may be created at Module:Sandbox/Flarn2006/InfiniteLoopTest/doc
-- curious how much time Wikipedia gives computations
local p = {}
function p.time()
return tostring(os.time())
end
function p.loop()
while true do end
end
return p