This commit is contained in:
2024-09-12 15:56:53 +02:00
parent 6213c623a5
commit 56564eaa91
3 changed files with 23 additions and 0 deletions

View File

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