2023-10-08 14:25:57 +01:00
|
|
|
# Puzzle Solver
|
|
|
|
|
|
|
|
Match patterns and solve anagrams - handy for crossword fanatics.
|
|
|
|
|
|
|
|
## Standalone Server
|
|
|
|
|
|
|
|
```bash
|
2023-10-08 15:05:12 +01:00
|
|
|
cd standalone
|
2024-05-04 14:06:35 +01:00
|
|
|
go run main.go --listen :3000
|
2023-10-08 14:25:57 +01:00
|
|
|
```
|