Skip to content
5 changes: 4 additions & 1 deletion helloworld.java
Original file line number Diff line number Diff line change
@@ -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