Compare commits

..

No commits in common. "1cdf9a78a902e127d489f2f7c8e3957718fb0717" and "fcd4867f759ab775fbd4effe1f279b36c6f21f2e" have entirely different histories.

2 changed files with 0 additions and 12 deletions

View File

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

View File

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