File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -684,7 +684,7 @@ class Starwar : public Fonts
684
684
685
685
// Enter the character grid in ROWS X COLS
686
686
character[0 ][2 ]=character[0 ][3 ]=character[0 ][4 ]=character[1 ][3 ]=character[4 ][3 ]=character[5 ][2 ]=character[5 ][3 ]=character[5 ][4 ]=' _' ;
687
- character[1 ][1 ]=character[5 ][5 ]=' // ' ;
687
+ character[1 ][1 ]=character[5 ][5 ]=' /' ;
688
688
character[1 ][5 ]=character[5 ][1 ]=' \\ ' ;
689
689
character[2 ][0 ]=character[3 ][0 ]=character[4 ][0 ]=character[2 ][6 ]=character[3 ][6 ]=character[4 ][6 ]=character[2 ][2 ]=character[3 ][2 ]=character[4 ][2 ]=character[2 ][4 ]=character[3 ][4 ]=character[4 ][4 ]=' |' ;
690
690
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ using namespace ascii;
6
6
int main ()
7
7
{
8
8
Ascii a = Ascii (starwar);
9
- a.print (" 0 " );
9
+ a.print (" F " );
10
10
return 0 ;
11
11
}
You can’t perform that action at this time.
0 commit comments