Start Repo

This commit is contained in:
2026-03-18 13:01:30 +01:00
parent 47efd4be05
commit 1338901718
2 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
package ecoparasite;
public class Application {
public static void main(String[] args) {
System.out.println("Hello World");
}
}