From 18341cb0da54025edebe2dc2f38cdd850ef70a49 Mon Sep 17 00:00:00 2001 From: meetsh123 Date: Tue, 6 Sep 2016 21:36:53 -0700 Subject: [PATCH] changed hello --- hello.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.java b/hello.java index 9e26019..18f8906 100644 --- a/hello.java +++ b/hello.java @@ -3,7 +3,7 @@ public class hello { public static void main(String[] args) { // TODO Auto-generated method stub - System.out.println("Hello"); + System.out.println("Hello_branch"); } }