removed second Hello-World
parent
5fe6e7d205
commit
eb7e283e35
|
@ -2,7 +2,7 @@ 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");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue