wordsearch/README.md
2024-05-04 14:06:35 +01:00

10 lines
162 B
Markdown

# Puzzle Solver
Match patterns and solve anagrams - handy for crossword fanatics.
## Standalone Server
```bash
cd standalone
go run main.go --listen :3000
```