feat: Add new feature
parent
c86d6cd5c4
commit
faadfa569a
|
|
@ -1,5 +1,5 @@
|
|||
public class Main {
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Hello Git");
|
||||
System.out.println("Hello Student");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
public class NewFeature {
|
||||
private String featureName;
|
||||
|
||||
public String getFeature() {
|
||||
return this.featureName;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue