fix: Verbessere Willkommensnachricht

fixMehrDemo
hummel 2024-06-14 13:19:16 +02:00
parent e94a5c5242
commit 1e47d490ad
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ package de.hs_mannheim.informatik.gitdemo;
public class Main { public class Main {
public static void main(String[] args) { 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(); Main m = new Main();