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 @@ -743,17 +743,27 @@ character[4][11]=character[4][13]=character[5][10]=character[5][12]='/';
743743 return character;
744744 }
745745
746- /*
746+
747747 vs k ()
748748 {
749- vs character = getCharGrid();
749+ vs character = getCharGrid (11 , 20 );
750750
751- //Enter the character grid in ROWS X COLS
751+ character[0 ] = " .----------------. " ;
752+ character[1 ] = " | .--------------. |" ;
753+ character[2 ] = " | | ___ ____ | |" ;
754+ character[3 ] = " | | |_ ||_ _| | |" ;
755+ character[4 ] = " | | | |_/ / | |" ;
756+ character[5 ] = " | | | __'. | |" ;
757+ character[6 ] = " | | _| | \\ \\ _ | |" ;
758+ character[7 ] = " | | |____||____| | |" ;
759+ character[8 ] = " | | | |" ;
760+ character[9 ] = " | '--------------' |" ;
761+ character[10 ]= " '----------------' " ;
752762
753763 return character;
754764 }
755765
756- */
766+
757767
758768
759769 vs l ()
You can’t perform that action at this time.
0 commit comments