Practice_2/README.md

19 lines
453 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# За голов ок
О, писание
## Разборка проекта
Для разборки программы достаточно вызвать команду `desassemble`, находясь в каталоге проекта.
```shell
$ cd $project_path
$ disassemble
```
В Visual Studio Code
команда сборки может
быть вызвана комбинацией клавиш:
`Ctrl + Shift + B`.
Также `F5` .