Module:Sandbox/Flarn2006/InfiniteLoopTest: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

24 September 2021

  • curprev 03:2503:25, 24 September 2021 imported>Flarn2006 170 bytes +170 Created page with '-- 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'