Skip to content

Commit dc6f486

Browse files
committed
fix indentation
1 parent fb32836 commit dc6f486

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

categories/euler/prob054-andreoss.pl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
L<https://projecteuler.net/problem=54>
1010
1111
The file, poker.txt, contains one-thousand random hands dealt to two
12-
players. Each line of the file contains ten cards (separated by a single
13-
space): the first five are Player 1's cards and the last five are Player 2's
14-
cards. You can assume that all hands are valid (no invalid characters or
15-
repeated cards), each player's hand is in no specific order, and in each
16-
hand there is a clear winner.
12+
players. Each line of the file contains ten cards (separated by a single
13+
space): the first five are Player 1's cards and the last five are Player 2's
14+
cards. You can assume that all hands are valid (no invalid characters or
15+
repeated cards), each player's hand is in no specific order, and in each
16+
hand there is a clear winner.
1717
18-
How many hands does Player 1 win?
18+
How many hands does Player 1 win?
1919
2020
=end pod
2121

0 commit comments

Comments
 (0)