We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a7110e commit dcca06dCopy full SHA for dcca06d
hanota-lcci/index.ts
@@ -1,5 +1,7 @@
1
+// deno-lint-ignore-file
2
+// deno-lint-ignore ban-unused-ignore
3
// deno-lint-ignore no-unused-vars
-export default function hanota(A: number[], B: number[], C: number[]): void {
4
+export default function hanota(A: number[], _B: number[], C: number[]): void {
5
A.forEach((n) => C.push(n));
6
A.length = 0;
7
}
0 commit comments