From e922f873a83b11edb81c469924cc4d2891f9a1de Mon Sep 17 00:00:00 2001 From: "github-classroom[bot]" <66690702+github-classroom[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 11:48:02 +0000 Subject: [PATCH 1/9] add deadline --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d45cea4..6a524b4 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +[![Review Assignment Due Date](https://classroom.github.com/assets/deadline-readme-button-22041afd0340ce965d47ae6ef1cefeee28c7c493a6346c4f15d667ab976d596c.svg)](https://classroom.github.com/a/7TgmR-X0) # GitHub-Einführung für SchülerInnen Herzlich willkommen zu diesem GitHub-Tutorial! 😊 From 1316e7047aabd62588e0410097934f5b42912d6c Mon Sep 17 00:00:00 2001 From: Dany Date: Fri, 27 Sep 2024 13:51:36 +0200 Subject: [PATCH 2/9] Update hello-world.cs --- Project/hello-world.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project/hello-world.cs b/Project/hello-world.cs index 544fffb..ba22f84 100644 --- a/Project/hello-world.cs +++ b/Project/hello-world.cs @@ -1 +1 @@ -Console.WriteLine("Hello Morld"); +Console.WriteLine("Hello World"); From 83d109a5fc1bb3a513cd36929af7a18d688029b4 Mon Sep 17 00:00:00 2001 From: Dany Date: Fri, 27 Sep 2024 14:00:57 +0200 Subject: [PATCH 3/9] Update Hello-World.cs Morld durch World ersetzt From 798362359089c3836e07a7fb5986adcc41ce65ca Mon Sep 17 00:00:00 2001 From: Dany Date: Fri, 27 Sep 2024 14:04:37 +0200 Subject: [PATCH 4/9] Update documentation.md --- Project/documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project/documentation.md b/Project/documentation.md index 1da7e98..a73a841 100644 --- a/Project/documentation.md +++ b/Project/documentation.md @@ -2,7 +2,7 @@ ### Übersicht: Der gegebene Code ist ein einfaches Programm, geschrieben in C#. Seine Hauptfunktion besteht darin, die Nachricht "Hello World" auf der Konsole anzuzeigen. -### Code: +### Code: https://github.com/GSO-SW/github-und-git-im-browser-GrosuDanut/commit/1316e7047aabd62588e0410097934f5b42912d6c#diff-0870b867914ebefe6c881a6fb7883424cfc22420a4475531319eb39ddc99ce1cR1 ```csharp Console.WriteLine("Hello World"); ``` From 825dbb57f78361325e8f7e8cd36c946808656d81 Mon Sep 17 00:00:00 2001 From: Dany Date: Fri, 27 Sep 2024 14:05:20 +0200 Subject: [PATCH 5/9] neues_feature From 69d5681ce3084df40630bfdedd5427a7fbf2ae7a Mon Sep 17 00:00:00 2001 From: Dany Date: Fri, 27 Sep 2024 14:06:14 +0200 Subject: [PATCH 6/9] Update hello-world.cs --- Project/hello-world.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Project/hello-world.cs b/Project/hello-world.cs index ba22f84..b718561 100644 --- a/Project/hello-world.cs +++ b/Project/hello-world.cs @@ -1 +1,2 @@ Console.WriteLine("Hello World"); +Console.WriteLine("Mein neues Feature"); From d6f90a7eccc83cdee2b2669b6f1ccd0c4f670287 Mon Sep 17 00:00:00 2001 From: Dany Date: Fri, 27 Sep 2024 14:09:42 +0200 Subject: [PATCH 7/9] Update documentation.md --- Project/documentation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Project/documentation.md b/Project/documentation.md index a73a841..4f5aad2 100644 --- a/Project/documentation.md +++ b/Project/documentation.md @@ -2,7 +2,7 @@ ### Übersicht: Der gegebene Code ist ein einfaches Programm, geschrieben in C#. Seine Hauptfunktion besteht darin, die Nachricht "Hello World" auf der Konsole anzuzeigen. -### Code: https://github.com/GSO-SW/github-und-git-im-browser-GrosuDanut/commit/1316e7047aabd62588e0410097934f5b42912d6c#diff-0870b867914ebefe6c881a6fb7883424cfc22420a4475531319eb39ddc99ce1cR1 +### Code: ```csharp Console.WriteLine("Hello World"); ``` @@ -20,3 +20,4 @@ Wenn dieser Code ausgeführt wird, lautet die Ausgabe: ```csharp Hello World ``` +https://github.com/GSO-SW/github-und-git-im-browser-GrosuDanut/commit/69d5681ce3084df40630bfdedd5427a7fbf2ae7a#diff-0870b867914ebefe6c881a6fb7883424cfc22420a4475531319eb39ddc99ce1cR2 From 41d48d0956d6f69bbdeb4411edcfcaa03533c3d5 Mon Sep 17 00:00:00 2001 From: Dany Date: Fri, 27 Sep 2024 14:24:19 +0200 Subject: [PATCH 8/9] Update hello-world.cs --- Project/hello-world.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Project/hello-world.cs b/Project/hello-world.cs index b718561..ba22f84 100644 --- a/Project/hello-world.cs +++ b/Project/hello-world.cs @@ -1,2 +1 @@ Console.WriteLine("Hello World"); -Console.WriteLine("Mein neues Feature"); From 73169aa1b53552f63905d4193632716a37d60e13 Mon Sep 17 00:00:00 2001 From: Dany Date: Fri, 27 Sep 2024 14:27:39 +0200 Subject: [PATCH 9/9] Update documentation.md --- Project/documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project/documentation.md b/Project/documentation.md index 4f5aad2..2e08aaa 100644 --- a/Project/documentation.md +++ b/Project/documentation.md @@ -20,4 +20,4 @@ Wenn dieser Code ausgeführt wird, lautet die Ausgabe: ```csharp Hello World ``` -https://github.com/GSO-SW/github-und-git-im-browser-GrosuDanut/commit/69d5681ce3084df40630bfdedd5427a7fbf2ae7a#diff-0870b867914ebefe6c881a6fb7883424cfc22420a4475531319eb39ddc99ce1cR2 +https://github.com/GSO-SW/github-und-git-im-browser-GrosuDanut/blob/41d48d0956d6f69bbdeb4411edcfcaa03533c3d5/Project/hello-world.cs