Михаил Капелько 1 month ago
parent
commit
3fe88327ee
2 changed files with 6 additions and 0 deletions
  1. +3
    -0
      main.js
  2. +3
    -0
      main.swift

+ 3
- 0
main.js View File

@@ -1,3 +1,6 @@



function memory_generateConstPlayfield(
n
) {


+ 3
- 0
main.swift View File

@@ -1,3 +1,6 @@



func memory_generateConstPlayfield(
_ n: Int
) -> [Int: Int] {


Loading…
Cancel
Save