initial commit

This commit is contained in:
2024-10-04 13:26:36 +02:00
commit c4ebc182aa
9 changed files with 87 additions and 0 deletions

View File

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