diff --git a/chinjuhelloworld.cpp b/chinjuhelloworld.cpp new file mode 100644 index 0000000..c0eaf3c --- /dev/null +++ b/chinjuhelloworld.cpp @@ -0,0 +1,6 @@ +#include +using namespace std; +int main(){ +cout<<"\n Hello World"; +return 0; +}