Skip to content

Commit 811d743

Browse files
committed
Add scaffolding
1 parent f34a2ef commit 811d743

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
//
2+
// This is only a SKELETON file for the 'Killer Sudoku Helper' exercise. It's been provided as a
3+
// convenience to get you started writing code faster.
4+
//
5+
6+
export const combinations = (cage) => {
7+
throw new Error('Remove this statement and implement this function');
8+
};

0 commit comments

Comments
 (0)