diff --git a/examples/hello-world/HelloWorld.java b/examples/hello-world/HelloWorld.java index 79567699..20331e4a 100644 --- a/examples/hello-world/HelloWorld.java +++ b/examples/hello-world/HelloWorld.java @@ -16,4 +16,4 @@ public class HelloWorld { public static void main (String[] args) { System.out.println("Hello World!\n"); } -} \ No newline at end of file +}