Skip to content

Commit e06860e

Browse files
committed
fixes #824
1 parent 8b42f06 commit e06860e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

xml/chapter3/section3/subsection1.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1525,6 +1525,8 @@ display(count_pairs(cycle));
15251525
<SNIPPET>
15261526
<EXAMPLE>exercise_3_17_solution_example</EXAMPLE>
15271527
<JAVASCRIPT>
1528+
// solution provided by GitHub user clean99
1529+
15281530
function count_pairs(x) {
15291531
let counted_pairs = null;
15301532
function is_counted_pair(current_counted_pairs, x) {

0 commit comments

Comments
 (0)