From 7ec1e7fe04b83da09d3f3611b615adacbaf846cd Mon Sep 17 00:00:00 2001 From: jingguangjunzxq Date: Tue, 10 Nov 2020 22:33:50 +0800 Subject: [PATCH] test --- .classpath | 2 +- src/helloword/helloword.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.classpath b/.classpath index e461bea..f121b69 100644 --- a/.classpath +++ b/.classpath @@ -1,6 +1,6 @@ - + diff --git a/src/helloword/helloword.java b/src/helloword/helloword.java index 21c33d2..cb385ef 100644 --- a/src/helloword/helloword.java +++ b/src/helloword/helloword.java @@ -3,7 +3,7 @@ public class helloword { public static void main(String[] args) { - System.out.println("HelloWord!HelloWord!修改一下"); + System.out.println("HelloWord!HelloWord!"); } }