diff --git a/hello.java b/hello.java index 2c9bb0a..e3b99ad 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("This is a new branch"); } -} \ No newline at end of file +}