
v0.39: Grademe is back in your terminal.
Try the CLI betaReport the longest stretch of one character repeated back to back in a request line.
July 2001. Code Red hits Microsoft IIS with a request whose URL is one long unbroken line of the letter N, far more of it than the buffer behind it could hold. Nobody was subtle about it. In under 14 hours the worm had 359,000 machines and was defacing their pages, and whitehouse.gov moved to a new address to duck the flood it aimed there. Measure the longest run in a request line.
longest_run("NNNN")Expected result
4For your own tracking. Tests grade your code.
longest_run("abc")Expected result
1longest_run("")Expected result
0Expected files
burst.cAllowed functions
None. Write every helper yourself.
