
v0.39: Grademe is back in your terminal.
Try the CLI betaCopy a release log into out with each id that repeats the one before it dropped.
December 2020. FireEye works out why its red team tools walked off and finds a backdoor inside a signed SolarWinds Orion update, planted in the build system itself. Around 18,000 customers installed it. It had been going out through the normal update feed since March, and nothing about it ever looked wrong. Collapse the release log so the repeats stop hiding the shape of it.
collapse(out, {5,5,5,7,7,5}, 6)Expected result
3: 5 7 5For your own tracking. Tests grade your code.
collapse(out, {1,2,3}, 3)Expected result
3: 1 2 3collapse(out, {}, 0)Expected result
0:Expected files
releases.cAllowed functions
None. Write every helper yourself.
