Sha256: 8b198aa47dd6d15309b071b542da39780a399705d83b6c6007ed69645e6792ab
Contents?: true
Size: 654 Bytes
Versions: 59
Compression:
Stored size: 654 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"`. To run the tests: ```sh $ pub run test ``` For more detailed info about the Dart track see the [help page](http://exercism.io/languages/dart). ## 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
59 entries across 59 versions & 1 rubygems