Ah shit. Here we go again.

This commit is contained in:
2026-04-13 01:01:04 +03:00
commit d97bbed00f
53 changed files with 2047 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'