This commit is contained in:
Михаил Капелько
2023-06-01 20:05:50 +03:00
parent 79cb34de80
commit 7156a633ff
14 changed files with 54 additions and 42 deletions

View File

@@ -0,0 +1,4 @@
// @ts-nocheck
function memoryGap() {
return memorySide() + memorySpace();
}

View File

@@ -0,0 +1,3 @@
function memorySpace() {
return 20;
}