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