done task 1 of week 3 - distributed systems

This commit is contained in:
2025-12-21 00:57:44 +01:00
parent 27259a12e0
commit 9687607237
7 changed files with 81 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
## Task 2
program starts, asks user id, and corespondent id.
#### commands
- `exit` program exits
this is displayed in console when running the program
## Task 3
Task 3 follows the same proccess as Task 2. but implements additional commands to block and unblock correspondents
- `exit` program exits
- `-b <user>` block a user
- `-u <user>` unblocks user
These are displayed in console when running the program