blob: ef35bd4680e39931e2b1cb83a175b7e981bcba11 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
char *melonLogo[] = {
" THE //|| //// ",
" // || // // //==// // /====/ //| // ",
" // || // // // // // // // //|| // ",
" // |// // //==// // // // // || // ",
" // // // // // // // ||// ",
" // // //==== //=== /====/ // |// ",
" OPERATING SYSTEM "
};
int melonLogoLines = 7, melonLogoCols = 60;
|