From 5a8ecc53c8c7ac849ac5cdf5d3871e890b32931c Mon Sep 17 00:00:00 2001 From: sxt <997286741@qq.com> Date: Tue, 27 Nov 2018 17:24:03 +0800 Subject: [PATCH] alter --- src/gitDemo/Hello.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gitDemo/Hello.java b/src/gitDemo/Hello.java index 0ca925c..062884e 100644 --- a/src/gitDemo/Hello.java +++ b/src/gitDemo/Hello.java @@ -3,7 +3,7 @@ public class Hello { public static void main(String[] args) { - // TODO Auto-generated method stub + System.out.println("Hello"); }