Sha256: 1a44e7be87b7f247cbe5c25b916d32dc573199f2c2ef0ed7d179758a5cf48f2d
Contents?: true
Size: 653 Bytes
Versions: 74
Compression:
Stored size: 653 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
74 entries across 74 versions & 1 rubygems