
v0.39: Grademe is back in your terminal.
Try the CLI betaReturn how many ticks passed between two readings of a counter that rolls over.
Redmond, 1999. Microsoft confirms that Windows 95 freezes after 49 days and 17 hours of uptime, because it counts milliseconds into a 32-bit value that runs out at exactly that point. Almost nobody noticed. The machines rarely stayed up long enough, and the ones that did usually fell over first for other reasons. A counter like that does not stop at the top. It rolls back to zero and carries on. Work out the gap between two readings of one.
elapsed(100, 400, 1000)Expected result
300For your own tracking. Tests grade your code.
elapsed(900, 100, 1000)Expected result
200Expected files
ticks.cAllowed functions
None. Write every helper yourself.
