process-communication/README.md

14 lines
137 B
Markdown
Raw Normal View History

2023-04-17 08:43:58 +00:00
# Для запуска
```bash
mix run -e "ProcessCommunication.run()"
```
# Вывод
```text
info 7
cast 17
call 31
Rusult: 55
```