jquan / jumble-fun

print jumbles!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

print jumbles!


Languages

Language:Ruby 100.0%