Skip to content

Commit

Permalink
chore: use multiline sttring literal for welcome string
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy-Liuxf authored Mar 9, 2024
1 parent 8b69478 commit b0a6847
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions logic/Server/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,18 @@ public class Program
/// Generated by http://www.network-science.de/ascii/ with font "standard"
/// </summary>
const string welcome = """
_____ _ _ _ _ _ ___ _____
|_ _| | | | | | | / \ |_ _|___ |
| | | |_| | | | |/ _ \ | | / /
| | | _ | |_| / ___ \ | | / /
|_| |_| |_|\___/_/ \_\___|/_/
______________ ___ ____ ___ _____ .____________
\__ ___/ | \| | \/ _ \ | \______ \
| | / ~ \ | / /_\ \| | / /
| | \ Y / | / | \ | / /
|____| \___|_ /|______/\____|__ /___| /____/
\/ \/
_________ __ __ __
/ _____// |______ _______ / \ / \_____ _______
\_____ \\ __\__ \\_ __ \ \ \/\/ /\__ \\_ __ \
/ \| | / __ \| | \/ \ / / __ \| | \/
/_______ /|__| (____ /__| \__/\ / (____ /__|
\/ \/ \/ \/
""";

static ServerBase CreateServer(ArgumentOptions options)
Expand Down

0 comments on commit b0a6847

Please sign in to comment.