Compare commits
2 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
ca2f99b6ac | |
|
|
ead018cb5d |
|
|
@ -1,5 +0,0 @@
|
||||||
public class Main {
|
|
||||||
public static void main(String[] args) {
|
|
||||||
System.out.println("Hello Git");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
||||||
public class NewFeature {
|
|
||||||
private String featureName;
|
|
||||||
|
|
||||||
public String getFeature() {
|
|
||||||
return this.featureName;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue