Skip to content

Commit

Permalink
sync metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
NobbZ committed Apr 18, 2022
1 parent b06aaaf commit dd40e74
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion exercises/practice/armstrong-numbers/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"blurb": "Determine if a number is an Armstrong number",
"blurb": "Determine if a number is an Armstrong number.",
"authors": [
"juhlig"
],
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/change/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"blurb": "Correctly determine change to be given using the least number of coins",
"blurb": "Correctly determine change to be given using the least number of coins.",
"authors": [
"juhlig"
],
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/collatz-conjecture/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"blurb": "Calculate the number of steps to reach 1 using the Collatz conjecture",
"blurb": "Calculate the number of steps to reach 1 using the Collatz conjecture.",
"authors": [
"NobbZ"
],
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/connect/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"blurb": "Compute the result for a game of Hex / Polygon",
"blurb": "Compute the result for a game of Hex / Polygon.",
"authors": [
"juhlig"
],
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/darts/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"blurb": "Write a function that returns the earned points in a single toss of a Darts game",
"blurb": "Write a function that returns the earned points in a single toss of a Darts game.",
"authors": [
"juhlig"
],
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/forth/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"blurb": "Implement an evaluator for a very simple subset of Forth",
"blurb": "Implement an evaluator for a very simple subset of Forth.",
"authors": [
"juhlig"
],
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/grade-school/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"blurb": "Given students' names along with the grade that they are in, create a roster for the school",
"blurb": "Given students' names along with the grade that they are in, create a roster for the school.",
"authors": [
"tmcgilchrist"
],
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/hello-world/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"blurb": "The classical introductory exercise. Just say \"Hello, World!\"",
"blurb": "The classical introductory exercise. Just say \"Hello, World!\".",
"authors": [
"barberj"
],
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/list-ops/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"blurb": "Implement basic list operations",
"blurb": "Implement basic list operations.",
"authors": [
"bgottlob"
],
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/minesweeper/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"blurb": "Add the numbers to a minesweeper board",
"blurb": "Add the numbers to a minesweeper board.",
"authors": [
"juhlig"
],
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/simple-linked-list/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"blurb": "Write a simple linked list implementation that uses Elements and a List",
"blurb": "Write a simple linked list implementation that uses Elements and a List.",
"authors": [
"voila"
],
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/two-fer/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"blurb": "Create a sentence of the form \"One for X, one for me.\"",
"blurb": "Create a sentence of the form \"One for X, one for me.\".",
"authors": [
"sjwarner-bp"
],
Expand Down

0 comments on commit dd40e74

Please sign in to comment.