Compare commits
2 Commits
5fe6e7d205
...
405b809330
Author | SHA1 | Date |
---|---|---|
Devran Cakici | 405b809330 | |
Devran Cakici | eb7e283e35 |
|
@ -2,8 +2,10 @@ 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