Original Post
As an exercise I recently challenged myself to try and write a program in only one line of code. I've come pretty far into it, but one thing bugs me, and doesn't really make it a one liner. When I include iostream it has to have a linebreak. Is there anything in the C++ standard that allows you to put preprocessor statements on the same line as regular code?