We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e2283a + 545adc4 commit 9241f41Copy full SHA for 9241f41
Fonts/banner/banner.h
@@ -565,17 +565,17 @@ class Banner : public Fonts
565
566
*/
567
568
- /*
+
569
char **w()
570
{
571
char **character = getCharGrid();
572
573
- //Enter the character grid in ROWS X COLS
+ character[1][0] = character[1][4] = character[2][0] = character[2][4] = character[3][0] = character[3][2] = character[3][4] = character[4][0] = character[4][1] = character[4][3] = character[4][4] = '#';
574
575
return character;
576
}
577
578
- */
579
580
/*
581
char **x()
0 commit comments