From 7c83d5d502179f5245aa7080f8172f3c5aaeca66 Mon Sep 17 00:00:00 2001 From: milimoe <110188673+milimoe@users.noreply.github.com> Date: Wed, 4 Oct 2023 03:45:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=91=86=E7=83=82=2026?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Main.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Main.cs b/Main.cs index 3d905b3..5c82793 100644 --- a/Main.cs +++ b/Main.cs @@ -1,4 +1,4 @@ -using System.Collections; +using System.Collections; using System.Data; using ConverterExample; using Milimoe.FunGame.Core.Api.Utility; @@ -68,4 +68,4 @@ json = JsonTool.GetString(p); Person p2 = JsonTool.GetObject(json) ?? new(); Console.WriteLine("My name is " + p2.Name + ", I am " + p2.Age + "-year-old. I live at " + p2.Address.State + " " + p2.Address.City); -Console.WriteLine("摆烂了25"); +Console.WriteLine("摆烂了26");