Skip to content

Commit f8fd05f

Browse files
committed
Align the title a bit
1 parent c46589f commit f8fd05f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

source/source_main/main.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ void print_welcome_banner()
3232
const char* commit = "unknown";
3333
#endif
3434
std::cout << std::endl
35-
<< " ▄████▄ █████▄ ▄████▄ ▄█████ ██ ██ ▄█████ " << std::endl
36-
<< " ██▄▄██ ██▄▄██ ██▄▄██ ██ ██ ██ ▀▀▀▄▄▄ " << std::endl
37-
<< " ██ ██ ██▄▄█▀ ██ ██ ▀█████ ▀████▀ █████▀ " << std::endl
35+
<< " ▄████▄ █████▄ ▄████▄ ▄█████ ██ ██ ▄█████ " << std::endl
36+
<< " ██▄▄██ ██▄▄██ ██▄▄██ ██ ██ ██ ▀▀▀▄▄▄ " << std::endl
37+
<< " ██ ██ ██▄▄█▀ ██ ██ ▀█████ ▀████▀ █████▀ " << std::endl
3838
<< std::endl;
3939
std::cout << " "
4040
<< std::endl

0 commit comments

Comments
 (0)