URL in C Puzzle
24 points by aashvik
24 points by aashvik
A short, amusing puzzle.
I love this. In college our CS department machines made it very easy to accidentally paste, with middle click. So in a group project, when we noticed a URL just hanging out in the middle of a Java file (and committed, and compiling) it was a really fun WTF moment.
Haha, I'd imagine something like that slipping by would be rarer in Java since it'd need a valid statement after the label!
This gave me a warm feeling, thanks! Very nice.
I thought of a related silly trick - to put somewhere
goto https;//lobste.rs
but it mostly relies on attention level, not language syntax.