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