Skip to content

Commit fef57f4

Browse files
committed
document aspect ratio choice
1 parent c656465 commit fef57f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercises/jigsaw-puzzle/canonical-data.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"exercise": "jigsaw-puzzle",
33
"comments": [
4-
"You need to take only a few bits of information and provide the rest",
5-
"Selecting a data format for the input and the output is important"
4+
"For the aspect ratio, rational numbers can be used for languages without IEEE-754 support",
5+
"If rational numbers are used, they need to be reduced to the lowest term to avoid ambiguity"
66
],
77
"cases": [
88
{

0 commit comments

Comments
 (0)