"Hello World !" added !
parent
f4cb6ade34
commit
745681b3e7
|
@ -4,7 +4,8 @@ public class Start {
|
||||||
|
|
||||||
public static void main(String[]args) {
|
public static void main(String[]args) {
|
||||||
|
|
||||||
System.out.println("Hello World");
|
System.out.println("Hello World!");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue