diff --git a/CPP/hello_world.cpp b/CPP/hello_world.cpp new file mode 100644 index 0000000..d79e181 --- /dev/null +++ b/CPP/hello_world.cpp @@ -0,0 +1,6 @@ +#include +using namespace std; +int main() +{ +cout<<"hello world"; +}