From 3ca9864ce7948fcb8e51357d08a4069e442ead3f Mon Sep 17 00:00:00 2001 From: Aditya <106485155+X2V5Z10@users.noreply.github.com> Date: Wed, 1 Jun 2022 22:10:12 +0530 Subject: [PATCH] Created 210102007.cpp Created 210102007.cpp with the same content as the template program but with the word "world" changed with my name. --- 210102007.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 210102007.cpp diff --git a/210102007.cpp b/210102007.cpp new file mode 100644 index 0000000..181099d --- /dev/null +++ b/210102007.cpp @@ -0,0 +1,10 @@ +#include + +using namespace std; + +int main() +{ + cout<<"Hello Aditya Karanth"<