Main.java hinzugefügt

main
Eyhem Kanber 2025-05-14 14:01:36 +02:00
parent ff4cfc2783
commit a39e7b70d9
1 changed files with 5 additions and 0 deletions

5
Main.java 100644
View File

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