Add week 2 materials

This commit is contained in:
2026-09-14 14:45:31 +03:00
parent e29c7eb39e
commit 73a65e0855
34 changed files with 1824 additions and 0 deletions
@@ -0,0 +1,13 @@
services:
server:
build: ./go-server
environment:
- SERVER_ADDR=0.0.0.0:51000
ports:
- "51000:51000"
client1:
image: hse-grpc-client
environment:
- SERVER_ADDR=server:51000
- VALUE_TO_PUT=100500