feat: Add new feature

new-feature
Semih Uguz 2025-05-14 13:57:22 +02:00
parent f0dc9cec3c
commit 60d4b9975c
1 changed files with 8 additions and 0 deletions

8
NewFeature.java 100644
View File

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