X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=README.md;h=0fd568fd014bc0de07c83d97335a855938b4c26a;hb=88bb64ff4ad07e53f7a6b4e3ec9226ee52ac59a2;hp=daeabbebd0934144d0ec1381fc8d683c803175d3;hpb=3856f339559845bb8428d553d7f0159a2b9e0c20;p=plomrogue2-experiments diff --git a/README.md b/README.md index daeabbe..0fd568f 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,4 @@ dialogue: * `./client.py` * `./server.py` -The following commands can be sent from client to server: - -* `QUIT` – closes the connection -* `FIB` followed by positive integers; for each such integer n, calculates the - n-th Fibonacci number (this allows for testing parallel CPU-heavy computation) - See `./requirements.txt` for the dependencies.