File tree Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -779,17 +779,28 @@ character[4][11]=character[4][13]=character[5][10]=character[5][12]='/';
779779
780780 */
781781
782- /*
782+
783783 vs n ()
784784 {
785- vs character = getCharGrid();
785+ vs character = getCharGrid (11 , 20 );
786+
787+ character[0 ] = " .----------------. " ;
788+ character[1 ] = " | .--------------. |" ;
789+ character[2 ] = " | | ____ _____ | |" ;
790+ character[3 ] = " | ||_ \\ |_ _| | |" ;
791+ character[4 ] = " | | | \\ | | | |" ;
792+ character[5 ] = " | | | |\\ \\ | | | |" ;
793+ character[6 ] = " | | _| |_\\ |_ | |" ;
794+ character[7 ] = " | ||_____|\\ ____| | |" ;
795+ character[8 ] = " | | | |" ;
796+ character[9 ] = " | '--------------' |" ;
797+ character[10 ]= " '----------------' " ;
786798
787- //Enter the character grid in ROWS X COLS
788799
789800 return character;
790801 }
791802
792- */
803+
793804
794805
795806 vs o ()
You can’t perform that action at this time.
0 commit comments