From 9ba5416bda897f49c1e850b44746c1b81eaa0eb6 Mon Sep 17 00:00:00 2001 From: Poojaguptan <45568528+Poojaguptan@users.noreply.github.com> Date: Thu, 17 Oct 2019 14:31:48 +0530 Subject: [PATCH] hello world contrib made a hello world contrib --- helloworld.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 helloworld.cpp diff --git a/helloworld.cpp b/helloworld.cpp new file mode 100644 index 000000000..6359fcd02 --- /dev/null +++ b/helloworld.cpp @@ -0,0 +1,7 @@ +#include +using namespace std; +int main(){ + +cout<<"hello world"<