mirror of
https://github.com/rjNemo/exercism-elixir
synced 2026-06-06 02:16:48 +00:00
40 lines
No EOL
668 B
Markdown
40 lines
No EOL
668 B
Markdown
# Acronym
|
|
|
|
Welcome to Acronym on Exercism's Elixir 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
|
|
|
|
- @Teapane
|
|
|
|
### Contributed to by
|
|
|
|
- @angelikatyborska
|
|
- @Cohen-Carlisle
|
|
- @dalexj
|
|
- @devonestes
|
|
- @gmile
|
|
- @henrik
|
|
- @jwworth
|
|
- @lpil
|
|
- @martinsvalin
|
|
- @neenjaw
|
|
- @parkerl
|
|
- @rubysolo
|
|
- @sotojuan
|
|
- @waiting-for-dev
|
|
|
|
### Based on
|
|
|
|
Julien Vanier - https://github.com/monkbroc |