From 4111c9aeeefc840c47c4833561e4fac1b884dc06 Mon Sep 17 00:00:00 2001 From: Anshul Garg Date: Fri, 27 Oct 2017 00:56:03 +0530 Subject: [PATCH] Hello_Without_semicolon_C++ --- hello_world/C++/hello_without_semicolon.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 hello_world/C++/hello_without_semicolon.cpp diff --git a/hello_world/C++/hello_without_semicolon.cpp b/hello_world/C++/hello_without_semicolon.cpp new file mode 100644 index 0000000..a4b2ce6 --- /dev/null +++ b/hello_world/C++/hello_without_semicolon.cpp @@ -0,0 +1,7 @@ +#include + +void main() +{ + if(cout<<"Hello World"){} + +}