/jumble-fun

print jumbles!

Primary LanguageRuby

Jumble Fun

This script takes a single argument and prints out valid word jumbles given the input string. The words are validated against words.txt

Example

./jumble.rb cat
act
at
a
cat
ta
tc

Notes

This script only accepts ASCII encoded words