branch published

Dimitrios
smittythekid 2026-04-07 19:44:15 +02:00
parent 57be4ee1bd
commit 8354dc1af4
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
public class helloworld {
public static void main(String[] args) {
System.out.println("Hello World!");
}
}