Dritter Commit

This commit is contained in:
Daniel Manin 2021-10-28 16:13:00 +02:00
parent cefe1d522b
commit 2d1f3dc527

View File

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