File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -369,9 +369,9 @@ class Banner : public Fonts
369
369
370
370
char **i ()
371
371
{
372
- char **character = getCharGrid (6 ,3 );
372
+ char **character = getCharGrid (7 ,3 );
373
373
374
- character[0 ][1 ] = character[2 ][1 ] = character[2 ][0 ] = character[3 ][1 ] = character[4 ][1 ] = character[5 ][0 ] = character[5 ][1 ] = character[5 ][0 ] = character[5 ][1 ] = character[5 ][2 ] = ' #' ;
374
+ character[1 ][1 ] = character[3 ][1 ] = character[3 ][0 ] = character[4 ][1 ] = character[5 ][1 ] = character[6 ][0 ] = character[6 ][1 ] = character[6 ][0 ] = character[6 ][1 ] = character[6 ][2 ] = ' #' ;
375
375
376
376
377
377
return character;
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ using namespace ascii;
5
5
6
6
int main ()
7
7
{
8
- Ascii a = Ascii (straight );
9
- a.print (" JLK " );
8
+ Ascii a = Ascii (banner );
9
+ a.print (" iAc " );
10
10
return 0 ;
11
11
}
You can’t perform that action at this time.
0 commit comments