Added some comments to the code
This commit is contained in:
parent
6abb041631
commit
94c62f3d6b
9 changed files with 50 additions and 37 deletions
|
|
@ -6,6 +6,7 @@ char logo_row3[59] = "| '_ \\ / _ \\ __| '_ \\ / _ \\ '_ \\| \\ \\/ / | | |\\/
|
|||
char logo_row4[59] = "| | | | __/ |_| |_) | __/ | | | |> <| |___| | | | |_| |";
|
||||
char logo_row5[59] = "|_| |_|\\___|\\__|_.__/ \\___|_| |_|_/_/\\_\\\\____|_| |_|____/ ";
|
||||
|
||||
//Prints the logo
|
||||
void showLogo(){
|
||||
printf("\033[0;34m%s\033[0m\n", logo_row1);
|
||||
printf("\033[0;34m%s\033[0m\n", logo_row2);
|
||||
|
|
|
|||
Reference in a new issue