10 lines
162 B
Markdown
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
|
|
```
|