lab2: Simple sender and reciever

This commit is contained in:
2025-04-15 19:54:45 +03:00
parent cb14beb558
commit 6016907554
22 changed files with 910 additions and 0 deletions

9
lab3/producer/.gitattributes vendored Normal file
View File

@@ -0,0 +1,9 @@
#
# https://help.github.com/articles/dealing-with-line-endings/
#
# Linux start script should use lf
/gradlew text eol=lf
# These are Windows script files and should use crlf
*.bat text eol=crlf