feat: Add new-feature branch and add NewFeature.java file

new-feature
Akin-1-user 2025-05-14 14:35:03 +02:00
parent 2452c7259e
commit 1a652dd896
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;
}
}