dio porco?

This commit is contained in:
sco
2022-05-23 17:44:59 +02:00
parent b586c8d3f2
commit 183736b4e6
9 changed files with 77 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Helo World kek");
}
}