From d5537bc710d1eaa6a46552c2930cc3d96e53aab0 Mon Sep 17 00:00:00 2001 From: g-wh <961128166@qq.com> Date: Wed, 13 May 2020 11:46:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BA=86HelloTeam.txt?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/cn/edu/sqc/rj2/wyj/HelloTeam.java | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/cn/edu/sqc/rj2/wyj/HelloTeam.java diff --git a/src/cn/edu/sqc/rj2/wyj/HelloTeam.java b/src/cn/edu/sqc/rj2/wyj/HelloTeam.java new file mode 100644 index 0000000..c64178e --- /dev/null +++ b/src/cn/edu/sqc/rj2/wyj/HelloTeam.java @@ -0,0 +1,10 @@ +package cn.edu.sqc.rj2.wyj; + +public class HelloTeam { + + public static void main(String[] args) { + // TODO Auto-generated method stub + + } + +} -- Gitee