Skip to content

Commit dcca06d

Browse files
committed
Update index.ts
1 parent 2a7110e commit dcca06d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

hanota-lcci/index.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
// deno-lint-ignore-file
2+
// deno-lint-ignore ban-unused-ignore
13
// deno-lint-ignore no-unused-vars
2-
export default function hanota(A: number[], B: number[], C: number[]): void {
4+
export default function hanota(A: number[], _B: number[], C: number[]): void {
35
A.forEach((n) => C.push(n));
46
A.length = 0;
57
}

0 commit comments

Comments
 (0)