diff --git a/code/C++/_helloworld.cpp b/code/C++/_helloworld.cpp new file mode 100644 index 00000000..b3c026c5 --- /dev/null +++ b/code/C++/_helloworld.cpp @@ -0,0 +1,7 @@ +#include +using namespace std; +int main() +{ + cout<<"Hello World"; + return 0; +} \ No newline at end of file