"Hello World!" in C++ Without Semicolon
This was an interesting puzzle from a training on C++ Standard Template Library. Just as the title says, can you write a "Hello World!" program without using any semicolon ;?
It turns out the answer is yes. Hint: the condition of an if statement is a...
xiaochenz.hashnode.dev1 min read
Akash Deshpande
Looking for job in Frontend Dev roles.
Nice trick!