initial commit

This commit is contained in:
2026-05-09 22:39:06 +03:00
commit 99800e9d37
60 changed files with 2276 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
}
rootProject.name = 'Lab6'
include 'client'
include 'server'
include 'common'