dev_nekitmilk_refactoring #5

Merged
dr-wh0 merged 4 commits from dev_nekitmilk_refactoring into dev 2025-03-24 23:45:04 +03:00
1 changed files with 5 additions and 1 deletions
Showing only changes of commit 2b228a5e68 - Show all commits

View File

@ -7,4 +7,8 @@ git add * # Добавляем написанный код в комит
git commit -m 'Написал код' # Комитим в локальную ветку
git push origin my_dns # Пушим свою ветку в репозиторий
# Теперь в интерфейсе https://gitea.serafimdev.com/serafim/dos создаём пул реквест и пишем мне в тг
```
```
Для компиляции:
g++ DosAtk.cpp -lcurl
Если ошибка отсутствия заголовочного файла "curl.h", то нужно установить: sudo apt-get install libcurl4-openssl-dev