Skip to content

Commit 0bb0a2f

Browse files
authored
Synced practice exercise metadata to problem specifications. (#3574)
1 parent 60b19a6 commit 0bb0a2f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

exercises/practice/hello-world/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
".meta/example.py"
2828
]
2929
},
30-
"blurb": "The classical introductory exercise. Just say \"Hello, World!\".",
30+
"blurb": "Exercism's classic introductory exercise. Just say \"Hello, World!\".",
3131
"source": "This is an exercise to introduce users to using Exercism",
3232
"source_url": "https://en.wikipedia.org/wiki/%22Hello,_world!%22_program"
3333
}

exercises/practice/pop-count/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
".meta/example.py"
1414
]
1515
},
16-
"blurb": "Help Eluid count the number of eggs in her chicken coop by counting the number of 1 bits in a binary representation.",
16+
"blurb": "Help Eliud count the number of eggs in her chicken coop by counting the number of 1 bits in a binary representation.",
1717
"source": "Christian Willner, Eric Willigers",
1818
"source_url": "https://forum.exercism.org/t/new-exercise-suggestion-pop-count/7632/5"
1919
}

exercises/practice/pythagorean-triplet/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
".meta/example.py"
3232
]
3333
},
34-
"blurb": "There exists exactly one Pythagorean triplet for which a + b + c = 1000. Find the product a * b * c.",
34+
"blurb": "There exists exactly one Pythagorean triplet for which a + b + c = 1000. Find the triplet.",
3535
"source": "Problem 9 at Project Euler",
3636
"source_url": "https://projecteuler.net/problem=9"
3737
}

exercises/practice/spiral-matrix/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
},
2323
"blurb": "Given the size, return a square matrix of numbers in spiral order.",
2424
"source": "Reddit r/dailyprogrammer challenge #320 [Easy] Spiral Ascension.",
25-
"source_url": "https://www.reddit.com/r/dailyprogrammer/comments/6i60lr/20170619_challenge_320_easy_spiral_ascension/"
25+
"source_url": "https://web.archive.org/web/20230607064729/https://old.reddit.com/r/dailyprogrammer/comments/6i60lr/20170619_challenge_320_easy_spiral_ascension/"
2626
}

exercises/practice/transpose/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
},
2828
"blurb": "Take input text and output it transposed.",
2929
"source": "Reddit r/dailyprogrammer challenge #270 [Easy].",
30-
"source_url": "https://www.reddit.com/r/dailyprogrammer/comments/4msu2x/challenge_270_easy_transpose_the_input_text"
30+
"source_url": "https://web.archive.org/web/20230630051421/https://old.reddit.com/r/dailyprogrammer/comments/4msu2x/challenge_270_easy_transpose_the_input_text/"
3131
}

0 commit comments

Comments
 (0)