feat: Add new feature

secondary
Nils Händler 2025-05-14 13:59:39 +02:00
parent 94b5b7f85c
commit 1cdf9a78a9
1 changed files with 7 additions and 0 deletions

7
NewFeature.java 100644
View File

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