This commit is contained in:
2023-07-25 23:03:47 +02:00
commit d35aa29a0e
14 changed files with 543 additions and 0 deletions

View File

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