From 9a4885f0538b4c3c2bb48c0f41ddc0eca7edf582 Mon Sep 17 00:00:00 2001 From: MuskanSr Date: Sun, 13 Oct 2019 22:21:30 +0530 Subject: [PATCH] Add cpp file via upload --- main.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 main.cpp 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; +}