From 8d5a60408458f3bc869d81f85dce830cfc7aa22d Mon Sep 17 00:00:00 2001 From: pauline Date: Wed, 15 Apr 2020 12:34:30 +0200 Subject: [PATCH 1/5] Initial commit --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c3fdd13 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# ArianeundPauline + From 775102ff61a885b50d89483b6cdfd5344cea472f Mon Sep 17 00:00:00 2001 From: Pauline Maas Date: Wed, 15 Apr 2020 13:00:40 +0200 Subject: [PATCH 2/5] Hallo Welt --- pauline.cpp | 1 + 1 file changed, 1 insertion(+) create mode 100644 pauline.cpp diff --git a/pauline.cpp b/pauline.cpp new file mode 100644 index 0000000..6dcddb1 --- /dev/null +++ b/pauline.cpp @@ -0,0 +1 @@ +Hallo ich bins!!!{} \ No newline at end of file From e3938d2e69e36fffe2dbf7cc284e4cc91299d959 Mon Sep 17 00:00:00 2001 From: pauline Date: Wed, 15 Apr 2020 13:01:33 +0200 Subject: [PATCH 3/5] =?UTF-8?q?=E2=80=9Epauline.cpp=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pauline.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pauline.cpp b/pauline.cpp index 6dcddb1..ff65154 100644 --- a/pauline.cpp +++ b/pauline.cpp @@ -1 +1,5 @@ -Hallo ich bins!!!{} \ No newline at end of file +Hallo ich bins!!!{} + + + +Hier auch \ No newline at end of file From 97db7cbd56daf7a3a70b9620cb90656d6cab28ec Mon Sep 17 00:00:00 2001 From: Pauline Maas Date: Wed, 15 Apr 2020 13:09:37 +0200 Subject: [PATCH 4/5] Bumsbirne --- src/ArianeundPauline.cpp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/ArianeundPauline.cpp diff --git a/src/ArianeundPauline.cpp b/src/ArianeundPauline.cpp new file mode 100644 index 0000000..7c0f2f3 --- /dev/null +++ b/src/ArianeundPauline.cpp @@ -0,0 +1,15 @@ +//============================================================================ +// Name : ArianeundPauline.cpp +// Author : +// Version : +// Copyright : Your copyright notice +// Description : Hello World in C++, Ansi-style +//============================================================================ + +#include +using namespace std; + +int main() { + cout << "!!!Hello World!!!" << endl; // prints !!!Hello World!!! + return 0; +} From 1996817e1a3bbdd4b87a98e8463a66bf28cec38e Mon Sep 17 00:00:00 2001 From: Pauline Maas Date: Wed, 15 Apr 2020 13:17:37 +0200 Subject: [PATCH 5/5] Nichts --- src/ArianeundPauline.cpp | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/ArianeundPauline.cpp b/src/ArianeundPauline.cpp index 7c0f2f3..4101d0a 100644 --- a/src/ArianeundPauline.cpp +++ b/src/ArianeundPauline.cpp @@ -4,12 +4,4 @@ // Version : // Copyright : Your copyright notice // Description : Hello World in C++, Ansi-style -//============================================================================ - -#include -using namespace std; - -int main() { - cout << "!!!Hello World!!!" << endl; // prints !!!Hello World!!! - return 0; -} +//========================================================================