Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Hello in C++

lorli

Coder
C++:
#include <iostream>
#define hello "Hello"
#define world ", World\n";
#define print std::cout<<

int main()
{
    print hello world
}

What kind of questoins can I ask btw?
 

Buy us a coffee!

Back
Top Bottom