Browse Source

Update README.md

pull/804/head
Christopher Fremond 3 years ago committed by GitHub
parent
commit
085b4c5b27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/nbrconvertalpha/README.md

2
subjects/nbrconvertalpha/README.md

@ -6,7 +6,7 @@ Write a **program** that prints the corresponding letter in the `n` position of
For example `1` matches `a`, `2` matches `b`, etc. If `n` does not match a valid position of the alphabet or if the argument is not an integer, the **program** should print a space (" ").
A flag `--upper` should be implemented. When used the program prints the result in upper case. The flag will always be the first argument.
A flag `--upper` should be implemented. When used, the program prints the result in upper case. The flag will always be the first argument.
### Usage

Loading…
Cancel
Save