Compare commits
No commits in common. "405b8093305311a2baa205266aaddc253b3a7955" and "5fe6e7d2051f14eab541b162524603eb314d532a" have entirely different histories.
405b809330
...
5fe6e7d205
|
@ -2,10 +2,8 @@ public class Main {
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
System.out.println("Hello World!");
|
System.out.println("Hello World!");
|
||||||
|
|
||||||
|
System.out.println("Hello World! the second");
|
||||||
|
|
||||||
System.out.println("Hello World! the third");
|
System.out.println("Hello World! the third");
|
||||||
|
|
||||||
System.out.println("Hello World! the fourth");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue