diff --git a/Project/documentation.md b/Project/documentation.md index 1da7e98..2e08aaa 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: ```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/blob/41d48d0956d6f69bbdeb4411edcfcaa03533c3d5/Project/hello-world.cs 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"); 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! 😊