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"){} + +}