This commit is contained in:
Михаил Капелько
2024-03-26 23:06:47 +03:00
parent 5db321b691
commit 3fe88327ee
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
function memory_generateConstPlayfield(
n
) {

View File

@@ -1,3 +1,6 @@
func memory_generateConstPlayfield(
_ n: Int
) -> [Int: Int] {