java init

This commit is contained in:
2023-04-24 17:29:25 +02:00
commit 5521dc7384
8 changed files with 102 additions and 0 deletions

View File

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