Merge remote-tracking branch 'origin/Demo' into Demo

main
Victor Hans-Georg Waitz 2024-06-02 15:57:39 +02:00
commit 285c03397d
2 changed files with 2 additions and 0 deletions

View File

@ -3,5 +3,7 @@ package com.example;
public class helloWorld {
public static void main(String[] args) {
System.out.println("Hello world!");
System.out.println("Hello world!");
}
}