feat: Add new feature

main
Lucas Strubel 2025-06-15 19:36:47 +02:00
parent ff3b78ff78
commit 4379d1c873
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;
}
}