File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -767,17 +767,20 @@ class Boomer : public Fonts
767
767
768
768
769
769
770
- /*
771
770
char **eight ()
772
771
{
773
772
char **character = getCharGrid ();
774
773
775
- //Enter the character grid in ROWS X COLS
774
+ character[0 ][1 ] = character[0 ][2 ] = character[0 ][3 ] = character[0 ][4 ] = character[0 ][5 ] = character[1 ][3 ] = character[3 ][3 ] = character[4 ][3 ] = character[5 ][1 ] = character[5 ][2 ] = character[5 ][3 ] = character[5 ][4 ] = character[5 ][5 ] = ' _' ;
775
+ character[1 ][0 ] = character[1 ][6 ] = character[4 ][0 ] = character[4 ][2 ] = character[4 ][4 ] = character[4 ][6 ] = ' |' ;
776
+ character[2 ][1 ] = character[3 ][5 ] = character[5 ][0 ] = ' \\ ' ;
777
+ character[2 ][5 ] = character[3 ][1 ] = character[5 ][6 ] = ' /' ;
778
+ character[2 ][3 ] = ' V' ;
779
+
776
780
777
781
return character;
778
782
}
779
783
780
- */
781
784
782
785
783
786
char **nine ()
You can’t perform that action at this time.
0 commit comments