From 513f3e6f0008a72550b613ef2df0792b875cbc58 Mon Sep 17 00:00:00 2001 From: luolan <2667210109@qq.com> Date: Fri, 4 Apr 2025 10:48:06 +0800 Subject: [PATCH] 11 --- asg_form/Program.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/asg_form/Program.cs b/asg_form/Program.cs index ff9056e..a6bc14c 100644 --- a/asg_form/Program.cs +++ b/asg_form/Program.cs @@ -30,6 +30,10 @@ using Zack.EventBus; + + + + Console.WriteLine("\n _____ _________ ________ \n / _ \\ / _____// _____/ \n / /_\\ \\ \\_____ \\/ \\ ___ \n/ | \\/ \\ \\_\\ \\\n\\____|__ /_______ /\\______ /\n \\/ \\/ \\/ \n__________ __ ___________ .___\n\\______ \\_____ ____ | | __\\_ _____/ ____ __| _/\n | | _/\\__ \\ _/ ___\\| |/ / | __)_ / \\ / __ | \n | | \\ / __ \\\\ \\___| < | \\ | \\/ /_/ | \n |______ /(____ /\\___ >__|_ \\/_______ /___| /\\____ | \n \\/ \\/ \\/ \\/ \\/ \\/ \\/ "); var builder = WebApplication.CreateBuilder(args);