Skip to content

Commit c333687

Browse files
committed
Upload Files
1 parent 96df2ca commit c333687

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Kroma-KeyAuth/core/logo.h

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#include "util.h"
2+
#include <iostream>
3+
4+
void logo()
5+
{
6+
Util::SetColor(CYAN);
7+
std::cout << XorStr(R"(
8+
____ ____ __ __ ____ ____ ____
9+
/ ___)( _ \ / \ / \( __)( __)( _ \
10+
\___ \ ) __/( O )( O )) _) ) _) ) /
11+
(____/(__) \__/ \__/(__) (____)(__\_)
12+
)") << '\n';
13+
}

0 commit comments

Comments
 (0)