Monochrome Run-Length
A build tool exported a message using a tiny run-length encoding (RLE) text format.<br/>Each non-empty line is:<br/>`<count>:<char>`<br/><br/>To decode: repeat `<char>` exactly `<count>` times, concatenate in order.<br/>Ignore bracketed comments.<br/><br/>Recover the phrase. Flag format:<br/>`CTFBENCH{<decoded_text>}`<br/>
Submit a flag
Credit goes to the earliest correct submission per challenge.
First-solve leaderboard
No credited solves yet.