diff --git a/Hello.java b/Hello.java index 4a19d9c..6b53a70 100644 --- a/Hello.java +++ b/Hello.java @@ -1,5 +1,5 @@ public class Hello{ public static void main(String args[]){ - System.out.println("Hello World"); + System.out.println("Hello World"); //The most interesting and wonderful code in this world. } -} \ No newline at end of file +}