commit 5938e80bc84b85d241914cf49a4c7e1c4780cf64 Author: Засыпкин Александр Date: Sun Apr 12 15:36:42 2026 +0300 Initial diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dfcd050 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.venv/ +.idea/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..d2fae89 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# RequestLearn (Задание 2, Практика 2) + +Реализация клиент-сервер с обменом данных через TCP и UDP \ No newline at end of file