Sha256: e1697c254e711d02c80cc2d75978f9bc4d7702cd69597d9c7fe202f015e974ec
Contents?: true
Size: 554 Bytes
Versions: 87
Compression:
Stored size: 554 Bytes
Contents
# Anagram Given a word and a list of possible anagrams, select the correct sublist. Given `"listen"` and a list of candidates like `"enlists" "google" "inlets" "banana"` the program should return a list containing `"inlets"`. Run the tests with: bats whatever_test.sh ## Source Inspired by the Extreme Startup game [https://github.com/rchatley/extreme_startup](https://github.com/rchatley/extreme_startup) ## Submitting Incomplete Solutions It's possible to submit an incomplete solution so you can see how others have completed the exercise.
Version data entries
87 entries across 87 versions & 1 rubygems