From e712d966a95472890f96acae205f84d17128deb7 Mon Sep 17 00:00:00 2001 From: stunner2k18 <43851460+stunner2k18@users.noreply.github.com> Date: Wed, 2 Oct 2019 00:17:49 +0530 Subject: [PATCH] new_way_hello_world.cpp Printing "Hello World" using if statement. --- new_way_hello_world.cpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 new_way_hello_world.cpp 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;