From 5953e19bca14c08cad00f251972c0b5dd78deb7a Mon Sep 17 00:00:00 2001 From: Mikslo Date: Wed, 19 Oct 2022 20:55:31 +0200 Subject: [PATCH 1/2] new main.cpp --- main.cpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 main.cpp diff --git a/main.cpp b/main.cpp new file mode 100644 index 0000000..10acc6a --- /dev/null +++ b/main.cpp @@ -0,0 +1,6 @@ +#include + +int main(){ + cout<<"Hello git!"; + return 0; +} From 933030b29ddae8c7624e58a66f1b8d4fc9564c30 Mon Sep 17 00:00:00 2001 From: Mikslo Date: Wed, 19 Oct 2022 20:57:27 +0200 Subject: [PATCH 2/2] new1 main.cpp --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 10acc6a..fa0e98f 100644 --- a/main.cpp +++ b/main.cpp @@ -1,6 +1,6 @@ #include int main(){ - cout<<"Hello git!"; + cout<<"Hello git new!"; return 0; }