From 9b2bfd39b910738e7d1bea75805c0e8c94e769db Mon Sep 17 00:00:00 2001 From: Rajnish Singh Date: Tue, 19 Nov 2019 14:02:26 +0530 Subject: [PATCH] Create hello.cpp --- hello.cpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 hello.cpp diff --git a/hello.cpp b/hello.cpp new file mode 100644 index 0000000..8b3fcb4 --- /dev/null +++ b/hello.cpp @@ -0,0 +1,6 @@ +#inlcude + +int main(){ +std:: cout<<"hello"; +return 0; +}