Skip to content

Commit e8b85ad

Browse files
committed
Letter U added to starwar final
2 parents e2a3ece + 1986cbc commit e8b85ad

File tree

3 files changed

+302
-37
lines changed

3 files changed

+302
-37
lines changed

.github/workflows/main.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
on:
2+
push:
3+
branches:
4+
- main
5+
6+
jobs:
7+
contrib-readme-job:
8+
runs-on: ubuntu-latest
9+
name: A job to automate contrib in readme
10+
steps:
11+
- name: Contribute List
12+
uses: akhilmhdh/[email protected]
13+
env:
14+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15+
with:
16+
readme_path: readme.md
17+
image_size: 70

Fonts/Straight/straight.h

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,16 +94,19 @@ class Straight : public Fonts
9494
}
9595
*/
9696

97-
/*
97+
9898
char **H()
9999
{
100100
char **character = getCharGrid();
101101

102102
//Enter the character grid in ROWS X COLS
103+
character[1][0]=character[1][3]='|';
104+
character[2][0]=character[2][3]='|';
105+
character[1][1]=character[1][2]='_';
103106

104107
return character;
105108
}
106-
*/
109+
107110

108111
char **I()
109112
{

0 commit comments

Comments
 (0)