diff --git a/main.cpp b/main.cpp new file mode 100644 index 0000000..47e3a38 --- /dev/null +++ b/main.cpp @@ -0,0 +1,10 @@ +#include + +using namespace std; + +int main() +{ + cout<<"Hello World\n"; + cout<<"I love open source as it helps in keeping my skills fresh and to become a good developer"; + return 0; +}