Caesar cipher gRPC server and client
Install golang and protoc compiler with gRPC plugin (https://grpc.io/docs/languages/go/quickstart/#prerequisites)
make build
Default listen addr is localhost:8080
cd bin/
./server
./server --help #for options
./client encrypt maksym
./client decrypt nbltzn
./client --help # for options