Hello world

This commit is contained in:
David Alves
2025-10-13 20:07:38 +01:00
commit a037b33636
3 changed files with 23 additions and 0 deletions

View File

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