diff --git a/HelloWorld.java b/HelloWorld.java index 2360e27..7cfccb6 100644 --- a/HelloWorld.java +++ b/HelloWorld.java @@ -1,5 +1,5 @@ // Hello world public static void main(String args[]) { - System.out.println("Greetings World!"); + System.out.println("Greetings people!"); }