Compare commits

...

1 Commits

Author SHA1 Message Date
Semih Uguz 60d4b9975c feat: Add new feature 2025-05-14 13:57:22 +02:00
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;
}
}