From a1fc525a74377486c9e662c2a2a39247a0b73709 Mon Sep 17 00:00:00 2001 From: SandeepShekhawat8778 Date: Mon, 28 Mar 2022 18:23:10 +0530 Subject: [PATCH] initial commit --- Sandeep Singh Shekhawat/Basics of Programming/Hello.cpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Sandeep Singh Shekhawat/Basics of Programming/Hello.cpp diff --git a/Sandeep Singh Shekhawat/Basics of Programming/Hello.cpp b/Sandeep Singh Shekhawat/Basics of Programming/Hello.cpp new file mode 100644 index 0000000..c02429b --- /dev/null +++ b/Sandeep Singh Shekhawat/Basics of Programming/Hello.cpp @@ -0,0 +1,6 @@ +#include +using namespace std; +int main(){ + cout<<"Hello.cpp"<