Compare commits

..

No commits in common. "405b8093305311a2baa205266aaddc253b3a7955" and "5fe6e7d2051f14eab541b162524603eb314d532a" have entirely different histories.

1 changed files with 1 additions and 3 deletions

View File

@ -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");
} }
} }