first commit

This commit is contained in:
2025-09-19 09:18:59 +02:00
commit af9c857fc6
16 changed files with 157 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
public class PrimaClasse {
public static void main(String[] args) {
System.out.println("Ciao Mondo!");
}
}