Sha256: c00965838c9ae208e18136a9cd3b836e938ab2ee0ae239538ce64f75d238b063
Contents?: true
Size: 616 Bytes
Versions: 92
Compression:
Stored size: 616 Bytes
Contents
# Acronym 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). Run the tests with: ```bash bats acronym_test.sh ``` After the first test(s) pass, continue by commenting out or removing the `skip` annotations prepending other tests. ## Source Julien Vanier [https://github.com/monkbroc](https://github.com/monkbroc) ## Submitting Incomplete Solutions It's possible to submit an incomplete solution so you can see how others have completed the exercise.
Version data entries
92 entries across 92 versions & 1 rubygems