diff --git a/helloworld.cpp b/helloworld.cpp new file mode 100644 index 0000000..a100bb7 --- /dev/null +++ b/helloworld.cpp @@ -0,0 +1,5 @@ +#include +#include +void main() +{cout<<"Hello World"; +}