diff --git a/new_way_hello_world.cpp b/new_way_hello_world.cpp new file mode 100644 index 0000000..2b17deb --- /dev/null +++ b/new_way_hello_world.cpp @@ -0,0 +1,14 @@ +#include + +using namespace std; + +#define loi long long + +int main() +{ + +if(cout << "Hello World") + +return 1; + +return 0;