Compare commits
No commits in common. "1cdf9a78a902e127d489f2f7c8e3957718fb0717" and "fcd4867f759ab775fbd4effe1f279b36c6f21f2e" have entirely different histories.
1cdf9a78a9
...
fcd4867f75
|
|
@ -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