From 87060dbd6e3342cd7e9e2ef17c72aab48a8d93fa Mon Sep 17 00:00:00 2001 From: a5502015 Date: Mon, 7 Aug 2017 15:21:54 +0800 Subject: [PATCH] test_branch a branch little test --- Just_for_test.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Just_for_test.java b/Just_for_test.java index ac571db..5f00de0 100644 --- a/Just_for_test.java +++ b/Just_for_test.java @@ -1,6 +1,6 @@ class Just_for_test{ public static void main(String[] args) { System.out.println("Hello world"); - System.out.println("V 2.0"); + System.out.println("V 2.0 new branch!!"); } }