From 531c1fdb535b3afdfcaa3a348cc4e6a42675554a Mon Sep 17 00:00:00 2001 From: Gunjan2025 <98686252+Gunjan2025@users.noreply.github.com> Date: Sun, 2 Oct 2022 18:17:14 +0530 Subject: [PATCH] Create Gunjan_hello_world.cpp --- cpp/Gunjan_hello_world.cpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 cpp/Gunjan_hello_world.cpp diff --git a/cpp/Gunjan_hello_world.cpp b/cpp/Gunjan_hello_world.cpp new file mode 100644 index 0000000..9ae0d69 --- /dev/null +++ b/cpp/Gunjan_hello_world.cpp @@ -0,0 +1,6 @@ +#include +using namespace std; +int main(){ + cout<<"Hello World"; +return 0; +}