Skip to content

Commit eadb9ff

Browse files
committed
Letter D added to starwar
1 parent 46cde6c commit eadb9ff

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

Fonts/starwar/starwar.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,8 @@ class Starwar : public Fonts
241241
242242
return character;
243243
}
244+
244245
*/
245-
246246

247247
char **R()
248248
{

example.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,7 @@ using namespace ascii;
55

66
int main()
77
{
8-
<<<<<<< HEAD
98
Ascii a = Ascii(starwar);
109
a.print("D");
11-
=======
12-
Ascii a = Ascii(straight);
13-
a.print("p");
14-
>>>>>>> f71ae0aad9aba0868ed82e85e46f0f6f37b9bbf3
1510
return 0;
1611
}

0 commit comments

Comments
 (0)