Skip to content

Commit e182e53

Browse files
committed
fix: linter issues
1 parent e6a2b84 commit e182e53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

exercises/jigsaw-puzzle/instructions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Instructions
2+
13
You get part of the information and need to fills in the blanks.
24
In case the data is insufficient or contradictory the user needs to be notified of the issue.
35
The full information about the jigsaw puzzle contains the following parts:
@@ -12,4 +14,3 @@ The full information about the jigsaw puzzle contains the following parts:
1214

1315
For the sake of the exercise, you may assume square pieces, so that the format can be derived from the aspect ratio.
1416
If it is lower than one, it is portrait, if exactly one, it is square and larger than one is landscape.
15-

exercises/jigsaw-puzzle/introduction.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22

33
Your best friend has started collecting jigsaw puzzles and wants to build a detailed catalogue for their collection — recording information like the number of pieces, rows, columns, border pieces, inside pieces, aspect ratio, and the puzzle's format.
44
After solving one of the puzzles to figure out these details, you're now helping fill in the gaps for others in the collection, even when some data is missing.
5-

0 commit comments

Comments
 (0)