From 8fb217a0346fdf3d545de87b2bafd71659986113 Mon Sep 17 00:00:00 2001 From: zhiyuan_7 <5624935@qq.com> Date: Sun, 16 Jun 2024 11:30:19 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E7=AC=AC=E4=B8=80=E6=AC=A1=E6=8F=90?= =?UTF-8?q?=E4=BA=A4Java=E6=B5=8B=E8=AF=95=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhiyuan_7 <5624935@qq.com> --- pr/primary/HRB_qiaibin.java | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 pr/primary/HRB_qiaibin.java diff --git a/pr/primary/HRB_qiaibin.java b/pr/primary/HRB_qiaibin.java new file mode 100644 index 0000000..9e44e85 --- /dev/null +++ b/pr/primary/HRB_qiaibin.java @@ -0,0 +1,7 @@ +public class HRB_qiaibin{ + + public static void main(String[] args){ + System.out.println("欢迎来到哈尔滨"); + } +} + -- Gitee From 4dacecfe656bed686f74fc270be0eb60a8cb2f7b Mon Sep 17 00:00:00 2001 From: zhiyuan_7 <5624935@qq.com> Date: Sun, 16 Jun 2024 11:43:15 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E5=88=9B=E5=BB=BA=E7=AC=AC=E4=B8=80?= =?UTF-8?q?=E4=B8=AA=E6=B5=8B=E8=AF=95=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhiyuan_7 <5624935@qq.com> --- pr/primary/Qab.java | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 pr/primary/Qab.java diff --git a/pr/primary/Qab.java b/pr/primary/Qab.java new file mode 100644 index 0000000..43e1c3d --- /dev/null +++ b/pr/primary/Qab.java @@ -0,0 +1,7 @@ +public class Qab{ + + public static void main(String[] args){ + + System.out.println("欢迎来到哈尔滨呀。哈哈"); + } +} -- Gitee From 9c9d978eca3999fd7bda7d3dd2b4428f945c6081 Mon Sep 17 00:00:00 2001 From: zhiyuan_7 <5624935@qq.com> Date: Sun, 16 Jun 2024 11:50:19 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E6=9D=A5=E8=87=AA=E5=93=88=E5=B0=94?= =?UTF-8?q?=E6=BB=A8=E7=9A=84=E7=AC=AC=E4=B8=80=E6=AC=A1=E5=90=88=E5=B9=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhiyuan_7 <5624935@qq.com> --- pr/primary/HelloZhiyuan.java | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 pr/primary/HelloZhiyuan.java diff --git a/pr/primary/HelloZhiyuan.java b/pr/primary/HelloZhiyuan.java new file mode 100644 index 0000000..2260c5a --- /dev/null +++ b/pr/primary/HelloZhiyuan.java @@ -0,0 +1,6 @@ +public class HelloZhiyuan{ + + public static void main(String[] args){ + System.out.println("hello harbin,welcome"); + } +} -- Gitee