Skip to content

Commit

Permalink
update banner
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed Nov 17, 2022
1 parent 19599f0 commit fd75b6d
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions main.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@
using namespace std;

constexpr auto banner =
" ##### # \n"
" ##### ###### #### ##### # # # # \n"
" # # # # # # # # \n"
" # # ##### #### # # #### # # \n"
" ##### # # # # # ####### \n"
" # # # # # # # # # \n"
" # # ###### #### # ##### # \n"
"\n"
" 888 .d8888b. d8888 \n"
" 888 d88P Y88b d8P888 \n"
" 888 888 888 d8P 888 \n"
"888d888 .d88b. .d8888b 888888 888 d8P 888 \n"
"888P\" d8P Y8b 88K 888 888 88888 d88 888 \n"
"888 88888888 \"Y8888b. 888 888 888 8888888888\n"
"888 Y8b. X88 Y88b. Y88b d88P 888 \n"
"888 \"Y8888 88888P' \"Y888 \"Y8888P88 888 \n"
"\n"
"🔍 Source code: https://github.com/rest-for-physics/restG4\n"
"🐞 Bug reports: https://github.com/rest-for-physics/restG4/issues\n";
Expand Down

0 comments on commit fd75b6d

Please sign in to comment.