Compare commits

..

2 Commits

Author SHA1 Message Date
Nils Händler ca2f99b6ac Main.java gelöscht 2025-05-14 14:03:48 +02:00
Nils Händler ead018cb5d Main.java hinzugefügt 2025-05-14 13:41:26 +02:00
2 changed files with 0 additions and 12 deletions

View File

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

View File

@ -1,7 +0,0 @@
public class NewFeature {
private String featureName;
public String getFeature() {
return this.featureName;
}
}