first commit

This commit is contained in:
Algazanfar Mashry 2022-11-08 14:25:22 +01:00
parent 0c77533701
commit b9fc9d57fc

View File

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