Sha256: ae6f6632b66683493f3a51a5e3e4deca434c971c51e1848a13b589b8faf31e6d
Contents?: true
Size: 719 Bytes
Versions: 107
Compression:
Stored size: 719 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). ## Making the Test Suite Pass 1. Get [PHPUnit]. % wget --no-check-certificate https://phar.phpunit.de/phpunit.phar % chmod +x phpunit.phar 2. Execute the tests for an assignment. % phpunit.phar wordy/wordy_test.php [PHPUnit]: http://phpunit.de ## 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
107 entries across 107 versions & 1 rubygems