feat: Add new feature

main
luay 2025-05-14 14:30:15 +02:00
parent c86d6cd5c4
commit faadfa569a
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,5 @@
public class Main {
public static void main(String[] args) {
System.out.println("Hello Git");
System.out.println("Hello Student");
}
}

7
NewFeature.java 100644
View File

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