Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion exercises/practice/luhn/.docs/instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ If the sum is evenly divisible by 10, the original number is valid.

### Invalid Canadian SIN

The number to be checked is `066 123 468`.
The number to be checked is `066 123 478`.

We start at the end of the number and double every second digit, beginning with the second digit from the right and moving left.

Expand Down
3 changes: 3 additions & 0 deletions exercises/practice/piecing-it-together/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
],
"editor": [
"src/main/java/JigsawInfo.java"
],
"invalidator": [
"build.gradle"
]
},
"blurb": "Fill in missing jigsaw puzzle details from partial data",
Expand Down