feat: Add Main.java

main
Lunix-420 2025-05-14 14:12:26 +02:00
parent 16b3413165
commit 498b86d774
No known key found for this signature in database
GPG Key ID: 6C685F51F1763724
1 changed files with 6 additions and 0 deletions

6
Main.java 100644
View File

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