blob: d2ca89ca4a2002056a8d6febe9ed6799bba4b3ba (
plain) (
tree)
|
|
# Acronym
Welcome to Acronym on Exercism's Raku Track.
If you need help running the tests or submitting your code, check out `HELP.md`.
## Instructions
Convert a phrase to its acronym.
Techies love their TLA (Three Letter Acronyms)!
Help generate some jargon by writing a program that converts a long name
like Portable Network Graphics to its acronym (PNG).
## Source
### Created by
- @dcampos
### Contributed to by
- @m-dango
### Based on
Julien Vanier - https://github.com/monkbroc
|