diff --git a/helloworld.java b/helloworld.java index 083ca87..58ec46f 100644 --- a/helloworld.java +++ b/helloworld.java @@ -1,5 +1,5 @@ public class helloworld { public static void main(String[] args) { - System.out.println("Hello World - Nov 26th 10:50 PM"); + System.out.println("Hello World - Nov 26th 10:57 PM"); } }