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 @@ -1011,17 +1011,27 @@ character[4][11]=character[4][13]=character[5][10]=character[5][12]='/';
10111011
10121012 */
10131013
1014- /*
1014+
10151015 vs y ()
10161016 {
1017- vs character = getCharGrid();
1017+ vs character = getCharGrid (11 , 20 );
10181018
1019- //Enter the character grid in ROWS X COLS
1019+ character[0 ] = " .----------------. " ;
1020+ character[1 ] = " | .--------------. |" ;
1021+ character[2 ] = " | | ____ ____ | |" ;
1022+ character[3 ] = " | | |_ _||_ _| | |" ;
1023+ character[4 ] = " | | \\ \\ / / | |" ;
1024+ character[5 ] = " | | \\ \\ / / | |" ;
1025+ character[6 ] = " | | _| |_ | |" ;
1026+ character[7 ] = " | | |______| | |" ;
1027+ character[8 ] = " | | | |" ;
1028+ character[9 ] = " | '--------------' |" ;
1029+ character[10 ]= " '----------------' " ;
10201030
10211031 return character;
10221032 }
10231033
1024- */
1034+
10251035
10261036
10271037 vs z ()
You can’t perform that action at this time.
0 commit comments