Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

open pull request #9

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Project/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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");
```
Expand All @@ -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
2 changes: 1 addition & 1 deletion Project/hello-world.cs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Console.WriteLine("Hello Morld");
Console.WriteLine("Hello World");
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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! 😊
Expand Down