diff --git a/Project/documentation.md b/Project/documentation.md index 1da7e98..770bd29 100644 --- a/Project/documentation.md +++ b/Project/documentation.md @@ -1,7 +1,7 @@ # Dokumentation: HelloWorld Programm ### Übersicht: Der gegebene Code ist ein einfaches Programm, geschrieben in C#. Seine Hauptfunktion besteht darin, die Nachricht "Hello World" auf der Konsole anzuzeigen. - +https://github.com/GSO-SW/github-und-git-im-browser-Dokihappy/blob/52f139a155400d3506868883d82af657699cefb9/Project/hello-world.cs ### Code: ```csharp Console.WriteLine("Hello World"); diff --git a/Project/hello-world.cs b/Project/hello-world.cs index 544fffb..06599f7 100644 --- a/Project/hello-world.cs +++ b/Project/hello-world.cs @@ -1 +1,2 @@ -Console.WriteLine("Hello Morld"); +Console.WriteLine("Mein neues Feature"); +Console.WriteLine("Hello World"); 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! 😊