Skip to content

Commit d05f467

Browse files
authored
Add examples for Acronym task (#1984)
* #1890 Added examples for `Acronym` task Added examples to the task to clarify the bit the input and output. #1890 * Moved section with example to the end of the file
1 parent 5753fef commit d05f467

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

exercises/acronym/description.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,11 @@ Convert a phrase to its acronym.
44

55
Techies love their TLA (Three Letter Acronyms)!
66

7-
Help generate some jargon by writing a program that converts a long name
8-
like Portable Network Graphics to its acronym (PNG).
7+
Help generate some jargon by writing a program that converts a long name like Portable Network Graphics to its acronym (PNG).
8+
9+
For example:
10+
11+
|Input|Output|
12+
|-|-|
13+
|As Soon As Possible|ASAP|
14+
|Liquid-crystal display|LCD|

0 commit comments

Comments
 (0)