summary refs log tree commit diff stats
path: root/raku/acronym/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'raku/acronym/README.md')
-rw-r--r--raku/acronym/README.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/raku/acronym/README.md b/raku/acronym/README.md
new file mode 100644
index 0000000..d2ca89c
--- /dev/null
+++ b/raku/acronym/README.md
@@ -0,0 +1,27 @@
+# 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
\ No newline at end of file