File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -897,17 +897,20 @@ class Carlos : public Fonts
897
897
character[1 ][6 ] = character[6 ][1 ] = ' \\ ' ;
898
898
return character;
899
899
}
900
- /*
900
+
901
901
char **one ()
902
902
{
903
- char **character = getCharGrid(ROWS,COLS);
904
-
905
- //Enter the character grid in ROWS X COL
903
+ char **character = getCharGrid (7 ,7 );
906
904
905
+ character[0 ][3 ] = character[0 ][4 ] = character[0 ][5 ] = character[0 ][6 ] = character[3 ][1 ] = character[6 ][4 ] = character[6 ][5 ] = ' _' ;
906
+ character[1 ][2 ] = character[2 ][1 ] = character[3 ][0 ] = character[1 ][6 ] = character[2 ][3 ] = character[3 ][2 ] = character[6 ][3 ] = ' /' ;
907
+ character[6 ][6 ] = ' \\ ' ;
908
+ character[2 ][4 ] = character[4 ][4 ] = character[2 ][6 ] = character[4 ][6 ] = ' )' ;
909
+ character[3 ][3 ] = character[5 ][3 ] = character[3 ][5 ] = character[5 ][5 ] = ' (' ;
907
910
return character;
908
911
}
909
912
910
- */
913
+
911
914
912
915
/*
913
916
char **two()
You can’t perform that action at this time.
0 commit comments