From f64e532124eacd818f5c2308287864c11801ed61 Mon Sep 17 00:00:00 2001 From: Manas Sahni Date: Thu, 1 Oct 2020 03:28:54 +0530 Subject: [PATCH 1/2] My Contribution --- My-new-File.txt | 11 +++++++++++ x.cpp | 12 ++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 My-new-File.txt create mode 100644 x.cpp diff --git a/My-new-File.txt b/My-new-File.txt new file mode 100644 index 0000000..858fd81 --- /dev/null +++ b/My-new-File.txt @@ -0,0 +1,11 @@ +"Hello Everyone" + +"This is my First Contribution" + +"I am a Student" + +"I like watching cricket" + +"I am a Web Developer" + +"I know HTML, CSS, JS and Bootstrap4 " \ No newline at end of file diff --git a/x.cpp b/x.cpp new file mode 100644 index 0000000..68df5e7 --- /dev/null +++ b/x.cpp @@ -0,0 +1,12 @@ +#include +using namespace std; + +int main(){ + + int n; + cin>>n; + + cout<<"The output is : "< Date: Sat, 3 Oct 2020 09:49:23 +0530 Subject: [PATCH 2/2] Delete My-new-File.txt --- My-new-File.txt | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 My-new-File.txt diff --git a/My-new-File.txt b/My-new-File.txt deleted file mode 100644 index 858fd81..0000000 --- a/My-new-File.txt +++ /dev/null @@ -1,11 +0,0 @@ -"Hello Everyone" - -"This is my First Contribution" - -"I am a Student" - -"I like watching cricket" - -"I am a Web Developer" - -"I know HTML, CSS, JS and Bootstrap4 " \ No newline at end of file