summaryrefslogtreecommitdiff
path: root/exercism/emacs-lisp/acronym/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'exercism/emacs-lisp/acronym/README.md')
-rw-r--r--exercism/emacs-lisp/acronym/README.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/exercism/emacs-lisp/acronym/README.md b/exercism/emacs-lisp/acronym/README.md
new file mode 100644
index 0000000..b797b85
--- /dev/null
+++ b/exercism/emacs-lisp/acronym/README.md
@@ -0,0 +1,28 @@
+# Acronym
+
+Welcome to Acronym on Exercism's Emacs Lisp 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
+
+- @wasamasa
+
+### Contributed to by
+
+- @vermiculus
+- @yurrriq
+
+### Based on
+
+Julien Vanier - https://github.com/monkbroc \ No newline at end of file