First Commit

This commit is contained in:
2023-09-19 22:07:16 +03:00
commit 5e4b81c90d
35 changed files with 1092 additions and 0 deletions

5
settings.gradle.kts Normal file
View File

@@ -0,0 +1,5 @@
rootProject.name = "oop-labs"
include("untitled")
include("Lab1")
include("Challenge1")
include("Lab2")