This commit is contained in:
Lucàs
2022-11-15 13:33:06 +01:00
commit 313ee067e7
7 changed files with 127 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
public class Main {
public static void main(String[] args) {
System.out.println("Hello world!");
}
}