"Hello World !" added !

master
haeslelu 2022-02-23 10:02:58 +01:00
parent f4cb6ade34
commit 745681b3e7
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@ public class Start {
public static void main(String[]args) {
System.out.println("Hello World");
System.out.println("Hello World!");
}
}