From 4d4e609d34c4cb86addffcf0d256545f777b7f3e Mon Sep 17 00:00:00 2001 From: tankeshiye <670234720@qq.com> Date: Mon, 27 Feb 2017 19:32:06 +0800 Subject: [PATCH] Test.java it is a test --- Test.java | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Test.java diff --git a/Test.java b/Test.java new file mode 100644 index 0000000..175fc53 --- /dev/null +++ b/Test.java @@ -0,0 +1,5 @@ +public class MyTest{ +public void static main(String[] args){ + System.out.println("test"); +} +}