Merge branch 'refs/heads/jan' into Demo

main
Jan Bachmann 2024-06-02 15:53:34 +02:00 committed by Jan B
commit 8275aace98
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!");
}
}