This commit is contained in:
nim-ka
2022-10-30 22:39:56 +00:00
parent 56bea76e95
commit b5e7f07541

1
out.js
View File

@@ -798,4 +798,3 @@ utils = {
createGridArray: (w, h, fill = undefined) => Array(h).fill().map(() => Array(w).fill(fill))
}
console.log(P(0, 0))