This commit is contained in:
Михаил Капелько
2023-06-01 19:48:41 +03:00
parent 0caa788be2
commit 3f051f3b82
8 changed files with 65 additions and 7 deletions

View File

@@ -0,0 +1,3 @@
func memorySide() -> Float {
return 50
}

View File

@@ -1,7 +1,3 @@
func memorySide() -> Float {
return 50
}
func memorySpace() -> Float {
return 20
}