Removes unnecessary broken link

This commit is contained in:
zoevig 2020-09-30 18:49:15 +01:00 committed by GitHub
parent 06e76e2f27
commit 4954407939
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
### Instructions
Write a [program](TODO-LINK) 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'`).