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 c46589f commit f8fd05fCopy full SHA for f8fd05f
1 file changed
source/source_main/main.cpp
@@ -32,9 +32,9 @@ void print_welcome_banner()
32
const char* commit = "unknown";
33
#endif
34
std::cout << std::endl
35
- << " ▄████▄ █████▄ ▄████▄ ▄█████ ██ ██ ▄█████ " << std::endl
36
- << " ██▄▄██ ██▄▄██ ██▄▄██ ██ ██ ██ ▀▀▀▄▄▄ " << std::endl
37
- << " ██ ██ ██▄▄█▀ ██ ██ ▀█████ ▀████▀ █████▀ " << std::endl
+ << " ▄████▄ █████▄ ▄████▄ ▄█████ ██ ██ ▄█████ " << std::endl
+ << " ██▄▄██ ██▄▄██ ██▄▄██ ██ ██ ██ ▀▀▀▄▄▄ " << std::endl
+ << " ██ ██ ██▄▄█▀ ██ ██ ▀█████ ▀████▀ █████▀ " << std::endl
38
<< std::endl;
39
std::cout << " "
40
<< std::endl
0 commit comments