File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -116,16 +116,17 @@ class Banner : public Fonts
116
116
return character;
117
117
}
118
118
119
- /*
119
+
120
120
char **K ()
121
121
{
122
- char **character = getCharGrid(ROWS,COLS );
122
+ char **character = getCharGrid (7 , 7 );
123
123
124
124
// Enter the character grid in ROWS X COLS
125
+ character[0 ][0 ] = character[0 ][5 ] = character[1 ][0 ] = character[1 ][4 ] = character[2 ][0 ] = character[2 ][3 ] = character[3 ][0 ] = character[3 ][1 ] = character[3 ][2 ] = character[4 ][0 ] = character[4 ][3 ] = character[5 ][0 ] = character[5 ][4 ] = character[6 ][0 ] = character[6 ][5 ] =' #' ;
125
126
126
127
return character;
127
128
}
128
- */
129
+
129
130
130
131
131
132
char **L ()
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 (" JIK " );
10
10
return 0 ;
11
11
}
You can’t perform that action at this time.
0 commit comments