14
Output this exact text:
1 i
12 hi
123 ghi
1234 fghi
12345 efghi
123456 defghi
1234567 cdefghi
12345678 bcdefghi
123456789abcdefghi
12345678 bcdefghi
1234567 cdefghi
123456 defghi
12345 efghi
1234 fghi
123 ghi
12 hi
1 i
A single trailing newline is acceptable, but no other formatting changes are allowed.
Rules and I/O
- No input
- Output can be given by any convenient method.
- Either a full program or a function are acceptable. If a function, you can return the output rather than printing it.
- Standard loopholes are forbidden.
- This is code-golf so all usual golfing rules apply, and the shortest code (in bytes) wins.
1Can we use the uppercase alphabet instead? – user41805 – 2018-06-25T15:47:55.753
3@Cowsquack That would be a rule change. It says Output this exact text. – Dennis – 2018-06-25T15:52:57.970
@Cowsquack Nope - lowercase is required. – AdmBorkBork – 2018-06-25T15:57:04.550