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