Namenänderung

This commit is contained in:
amadoubahaa68134 2018-11-08 16:32:49 +01:00
parent c0d71b3d8d
commit 9cc96b946f
2 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,7 @@ Eine Schritt-für-Schritt-Anweisung, wie man eine Entwicklungsumgebung für das
## Autoren
Pia Korndörfer, Danial Eshete, Jana Gumbert, Amadou-bah AArif
Pia Korndörfer, Danial Eshete, Jana Gumbert, Amadou-Bah Aarif
* **Homer Simpson** - *Qualitätssicherung* - [Profil](https://de.wikipedia.org/wiki/Homer_Simpson)
* ...

View File

@ -1,5 +1,6 @@
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hallo Welt");
}
}