Erster Commit für Main.java

main
Minh&Oliver 2025-05-14 13:56:41 +02:00
parent d8f3e60618
commit b31cccbc93
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");
}
}