From cc3b2909aa1fff45d89642f67b9aecb987366554 Mon Sep 17 00:00:00 2001 From: songyan1454 <133663444+songyan1454@users.noreply.github.com> Date: Sun, 1 Dec 2024 22:09:47 +0800 Subject: [PATCH] =?UTF-8?q?feat(GitDemo):=20=E5=9C=A8=20Program.cs=20?= =?UTF-8?q?=E4=B8=AD=E6=B7=BB=E5=8A=A0=20Hello,=20J!=20=E7=9A=84=E8=BE=93?= =?UTF-8?q?=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GitDemo/Program.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GitDemo/Program.cs b/GitDemo/Program.cs index 4fc61ea..f22fbed 100644 --- a/GitDemo/Program.cs +++ b/GitDemo/Program.cs @@ -6,4 +6,5 @@ Console.WriteLine("Hello, E!"); Console.WriteLine("Hello, F!"); Console.WriteLine("Hello, G!"); Console.WriteLine("Hello, H!"); -Console.WriteLine("Hello, I!"); \ No newline at end of file +Console.WriteLine("Hello, I!"); +Console.WriteLine("Hello, J!"); \ No newline at end of file -- Gitee