Skip to content

Commit 36a29ea

Browse files
committed
messed up the naming
1 parent 2786738 commit 36a29ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keyboard/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ static void Main(string[] args)
117117
static void PrintHeader(string version)
118118
{
119119
Console.ForegroundColor = ConsoleColor.Red;
120-
Console.WriteLine("\r\n$$\\ $$\\ $$\\ $$\\ $$\\ $$\\ \r\n$$ | $$ | $$ | \\__| $$ | $$ | \r\n$$ |$$ / $$$$$$\\ $$\\ $$\\ $$ | $$\\ $$$$$$\\ $$$$$$$\\ $$$$$$\\ $$$$$$\\ $$$$$$\\ \r\n$$$$$ / $$ __$$\\ $$ | $$ |$$ | $$ |$$ __$$\\ $$ __$$\\\\_$$ _| $$ __$$\\ $$ __$$\\ \r\n$$ $$< $$$$$$$$ |$$ | $$ |$$ | $$ |$$ / $$ |$$ | $$ | $$ | $$$$$$$$ |$$ | \\__|\r\n$$ |\\$$\\ $$ ____|$$ | $$ |$$ | $$ |$$ | $$ |$$ | $$ | $$ |$$\\ $$ ____|$$ | \r\n$$ | \\$$\\\\$$$$$$$\\ \\$$$$$$$ |$$$$$$$$\\ $$ |\\$$$$$$$ |$$ | $$ | \\$$$$ |\\$$$$$$$\\ $$ | \r\n\\__| \\__|\\_______| \\____$$ |\\________|\\__| \\____$$ |\\__| \\__| \\____/ \\_______|\\__| \r\n $$\\ $$ | $$\\ $$ | \r\n \\$$$$$$ | \\$$$$$$ | \r\n \\______/ \\______/ \r\n");
120+
Console.WriteLine("\r\n$$\\ $$\\ $$\\ $$\\ $$\\ $$\\ $$\\ \r\n$$ | $$ | $$ | \\__| $$ | $$ | \\__| \r\n$$ |$$ / $$$$$$\\ $$\\ $$\\ $$ | $$\\ $$$$$$\\ $$$$$$$\\ $$$$$$\\ $$\\ $$$$$$$\\ $$$$$$\\ \r\n$$$$$ / $$ __$$\\ $$ | $$ |$$ | $$ |$$ __$$\\ $$ __$$\\\\_$$ _| $$ |$$ __$$\\ $$ __$$\\ \r\n$$ $$< $$$$$$$$ |$$ | $$ |$$ | $$ |$$ / $$ |$$ | $$ | $$ | $$ |$$ | $$ |$$ / $$ |\r\n$$ |\\$$\\ $$ ____|$$ | $$ |$$ | $$ |$$ | $$ |$$ | $$ | $$ |$$\\ $$ |$$ | $$ |$$ | $$ |\r\n$$ | \\$$\\\\$$$$$$$\\ \\$$$$$$$ |$$$$$$$$\\ $$ |\\$$$$$$$ |$$ | $$ | \\$$$$ |$$ |$$ | $$ |\\$$$$$$$ |\r\n\\__| \\__|\\_______| \\____$$ |\\________|\\__| \\____$$ |\\__| \\__| \\____/ \\__|\\__| \\__| \\____$$ |\r\n $$\\ $$ | $$\\ $$ | $$\\ $$ |\r\n \\$$$$$$ | \\$$$$$$ | \\$$$$$$ |\r\n \\______/ \\______/ \\______/ \r\n");
121121

122122
Console.ForegroundColor = ConsoleColor.White;
123123
Console.WriteLine("============================================================");

0 commit comments

Comments
 (0)