This commit is contained in:
Timofey Khoruzhii 2023-04-17 11:43:58 +03:00
commit 8293234a24
5 changed files with 107 additions and 0 deletions

13
README.md Normal file
View file

@ -0,0 +1,13 @@
# Для запуска
```bash
mix run -e "ProcessCommunication.run()"
```
# Вывод
```text
info 7
cast 17
call 31
Rusult: 55
```