Browse Source

Final change

content-update
zoevig 4 years ago committed by GitHub
parent
commit
39229ca383
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/printreversealphabet/README.md

2
subjects/printreversealphabet/README.md

@ -2,7 +2,7 @@
### Instructions
Write a programme that prints the Latin alphabet in lowercase in reverse order (from `'z'` to `'a'`) on a single line.
Write a program that prints the Latin alphabet in lowercase in reverse order (from `'z'` to `'a'`) on a single line.
A line is a sequence of characters preceding the [end of line](https://en.wikipedia.org/wiki/Newline) character (`'\n'`).

Loading…
Cancel
Save