feat: Add new feature

main
Samuel Adam 2025-05-14 14:25:34 +02:00
parent 12a62b1f59
commit faa7cc2c00
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;
}
}