This is a Go program that helps you find anagrams for a given word.
- Clone the repository:
git clone https://github.com/kochie/ScrabbleWordFinder.git
- Navigate to the cloned repository:
cd ScrabbleWordFinder
Run the program:
go run main.go
When prompted, enter the word for which you want to find anagrams.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.