fix: Verbessere Willkommensnachricht
parent
e94a5c5242
commit
1e47d490ad
|
@ -3,7 +3,7 @@ package de.hs_mannheim.informatik.gitdemo;
|
|||
public class Main {
|
||||
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Hallo Welt!");
|
||||
System.out.println("Hallo Welt! Willkommen an der HS Mannheim.");
|
||||
|
||||
Main m = new Main();
|
||||
|
||||
|
|
Loading…
Reference in New Issue