From 79d7486eb3180404067714b4566f9c01a6ca24b4 Mon Sep 17 00:00:00 2001 From: nvnqsr <11709433+nvnqsr@user.noreply.gitee.com> Date: Mon, 24 Oct 2022 08:52:38 +0000 Subject: [PATCH 1/5] new Signed-off-by: nvnqsr <11709433+nvnqsr@user.noreply.gitee.com> --- Main.java | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Main.java diff --git a/Main.java b/Main.java new file mode 100644 index 0000000..3aa196b --- /dev/null +++ b/Main.java @@ -0,0 +1,6 @@ +public class Main{ + public static void main(String[] args){ + System.out.println("Hello World"); + } + +} \ No newline at end of file -- Gitee From 5f10c2995b59d9c86d49d0666d3e2ec1da64656a Mon Sep 17 00:00:00 2001 From: nvnqsr <11709433+nvnqsr@user.noreply.gitee.com> Date: Mon, 24 Oct 2022 08:56:25 +0000 Subject: [PATCH 2/5] =?UTF-8?q?=E6=96=B0=E5=BB=BA=202200022723-=E5=88=98?= =?UTF-8?q?=E5=A4=A9=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "2200022723-\345\210\230\345\244\251\346\213\251/.keep" | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 "2200022723-\345\210\230\345\244\251\346\213\251/.keep" diff --git "a/2200022723-\345\210\230\345\244\251\346\213\251/.keep" "b/2200022723-\345\210\230\345\244\251\346\213\251/.keep" new file mode 100644 index 0000000..e69de29 -- Gitee From 28f3e7faf283d2827f2902591be58b058c596bed Mon Sep 17 00:00:00 2001 From: nvnqsr <11709433+nvnqsr@user.noreply.gitee.com> Date: Mon, 24 Oct 2022 08:56:54 +0000 Subject: [PATCH 3/5] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20Main?= =?UTF-8?q?.java?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Main.java | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 Main.java diff --git a/Main.java b/Main.java deleted file mode 100644 index 3aa196b..0000000 --- a/Main.java +++ /dev/null @@ -1,6 +0,0 @@ -public class Main{ - public static void main(String[] args){ - System.out.println("Hello World"); - } - -} \ No newline at end of file -- Gitee From fb4c3075dcef0ba21fd7853d6b0765fc70b43fee Mon Sep 17 00:00:00 2001 From: nvnqsr <11709433+nvnqsr@user.noreply.gitee.com> Date: Mon, 24 Oct 2022 08:58:42 +0000 Subject: [PATCH 4/5] =?UTF-8?q?add=202200022723-=E5=88=98=E5=A4=A9?= =?UTF-8?q?=E6=8B=A9/README.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nvnqsr <11709433+nvnqsr@user.noreply.gitee.com> --- "2200022723-\345\210\230\345\244\251\346\213\251/README.md" | 1 + 1 file changed, 1 insertion(+) create mode 100644 "2200022723-\345\210\230\345\244\251\346\213\251/README.md" diff --git "a/2200022723-\345\210\230\345\244\251\346\213\251/README.md" "b/2200022723-\345\210\230\345\244\251\346\213\251/README.md" new file mode 100644 index 0000000..487a168 --- /dev/null +++ "b/2200022723-\345\210\230\345\244\251\346\213\251/README.md" @@ -0,0 +1 @@ +test git -- Gitee From c7241e7c436a76ae8fb22a01f55999f90050dead Mon Sep 17 00:00:00 2001 From: nvnqsr <11709433+nvnqsr@user.noreply.gitee.com> Date: Mon, 24 Oct 2022 09:19:24 +0000 Subject: [PATCH 5/5] =?UTF-8?q?add=202200022723-=E5=88=98=E5=A4=A9?= =?UTF-8?q?=E6=8B=A9/Main.java.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nvnqsr <11709433+nvnqsr@user.noreply.gitee.com> --- "2200022723-\345\210\230\345\244\251\346\213\251/Main.java" | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 "2200022723-\345\210\230\345\244\251\346\213\251/Main.java" diff --git "a/2200022723-\345\210\230\345\244\251\346\213\251/Main.java" "b/2200022723-\345\210\230\345\244\251\346\213\251/Main.java" new file mode 100644 index 0000000..71316d6 --- /dev/null +++ "b/2200022723-\345\210\230\345\244\251\346\213\251/Main.java" @@ -0,0 +1,5 @@ +public class Main { + public static void main(String[] args) { + System.out.println("Hello World!"); + } +} -- Gitee