This commit is contained in:
2023-04-25 15:14:13 +02:00
parent e5e9ac3698
commit 1c22a47612
3 changed files with 43 additions and 1 deletions

View File

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