Skip to content

Commit a7cabb2

Browse files
authored
Fixed Fortran ASCII to be more symetrical (#443)
I use onefetch a lot, and I work with a lot of FORTRAN code, and the off center rocket just kills me every single time. It was the 3rd result when looking up ASCII rocket, no changes made. This fixes up the rocket and makes it much more pleasing to look at.
1 parent 6821f96 commit a7cabb2

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

resources/f90.ascii

+15-15
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
{4} _|_{1}(_|/ \
33
{0} o{4}| {1} _|\_/
44

5-
{0} /\
6-
{0} / \
7-
{0} | |
8-
{0} |{2}NASA{0}|
9-
{0} | |
10-
{0} | |
11-
{0} | |
12-
{0} ' `
13-
{0} | |
14-
{0} | |
15-
{0} |______|
16-
{3} '-`'-` .
17-
{3} / . \'\ . .'
18-
{3} ''( .'\.' ' .;'
19-
{3}'.;.;' ;'.;' ..;;'
5+
{0} /\
6+
{0} / \
7+
{0} | |
8+
{0} |{2}NASA{0}|
9+
{0} | |
10+
{0} | |
11+
{0} | |
12+
{0} ' '
13+
{0} | |
14+
{0} | |
15+
{0} |______|
16+
{3} /'-`'-`.\
17+
{3} ; / . \'\ .
18+
{3} '/''( .'\.' '
19+
{3} .'.;.;' ;'.;'

0 commit comments

Comments
 (0)