diff --git a/helloworld.java b/helloworld.java index b1451e3..d2fe107 100644 --- a/helloworld.java +++ b/helloworld.java @@ -1,5 +1,8 @@ public class helloworld { public static void main(String[] args) { - System.out.println("Hello World from Github by Webhook change2!"); + System.out.println("Hello World from GitHub after change from git bash."); } } + +//Comment added from User B +