资 源 简 介
5 lines, 1.66KB, and Obfuscated as all hell.
For anyone not clear on the concept here, this is a line crunch that exploits every method available to put as much code on a single line as possible. This includes semicolon abuse and ternary chaining abuse. One cannot simply put the entire program on a single line as some seem to think you can; you can only chain simple (non-compound) statements using semicolons.