We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96df2ca commit c333687Copy full SHA for c333687
1 file changed
Kroma-KeyAuth/core/logo.h
@@ -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