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,16 @@
services:
server:
build:
context: server
environment:
- SERVER_ADDR=0.0.0.0:51000
ports:
- "51000:51000"
client1:
build:
context: client
environment:
- SERVER_ADDR=server:51000
depends_on:
- server