File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -1023,17 +1023,27 @@ character[4][11]=character[4][13]=character[5][10]=character[5][12]='/';
10231023
10241024 */
10251025
1026- /*
1026+
10271027 vs z ()
10281028 {
1029- vs character = getCharGrid();
1029+ vs character = getCharGrid (11 , 20 );
10301030
1031- //Enter the character grid in ROWS X COLS
1031+ character[0 ] = " .----------------. " ;
1032+ character[1 ] = " | .--------------. |" ;
1033+ character[2 ] = " | | ________ | |" ;
1034+ character[3 ] = " | | | __ _| | |" ;
1035+ character[4 ] = " | | |_/ / / | |" ;
1036+ character[5 ] = " | | .'.' _ | |" ;
1037+ character[6 ] = " | | _/ /__/ | | |" ;
1038+ character[7 ] = " | | |________| | |" ;
1039+ character[8 ] = " | | | |" ;
1040+ character[9 ] = " | '--------------' |" ;
1041+ character[10 ]= " '----------------' " ;
10321042
10331043 return character;
10341044 }
10351045
1036- */
1046+
10371047
10381048 // Numbers
10391049
You can’t perform that action at this time.
0 commit comments