diff --git a/hello.java b/hello.java index 2c9bb0a..ebd1022 100644 --- a/hello.java +++ b/hello.java @@ -1,5 +1,5 @@ class HelloWorld { public static void main(String[] args) { - System.out.println("Hello, World!"); + System.out.println("Test only"); } -} \ No newline at end of file +}