main
Jan Bachmann 2024-06-02 15:25:38 +02:00 committed by Jan B
parent 6aaf1f55f0
commit c718a68f9f
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!");
}
}