Initialer Commit

main
hummel 2025-12-01 15:10:32 +01:00
parent 3b586c2861
commit 5e7da1fc3a
2 changed files with 10 additions and 0 deletions

2
GitIntro/.gitignore vendored 100644
View File

@ -0,0 +1,2 @@
/.classpath
/.project

View File

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