Skip to content

Commit

Permalink
Format collatz-conjecture config
Browse files Browse the repository at this point in the history
  • Loading branch information
BNAndras committed Dec 12, 2023
1 parent 2d1af04 commit 994e6be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions exercises/practice/collatz-conjecture/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"blurb": "Calculate the number of steps to reach 1 using the Collatz conjecture.",
"authors": [
"BNAndras"
],
"contributors": [],
"files": {
"solution": [
"collatz-conjecture.red"
Expand All @@ -15,6 +13,7 @@
".meta/example.red"
]
},
"blurb": "Calculate the number of steps to reach 1 using the Collatz conjecture.",
"source": "An unsolved problem in mathematics named after mathematician Lothar Collatz",
"source_url": "https://en.wikipedia.org/wiki/3x_%2B_1_problem"
}

0 comments on commit 994e6be

Please sign in to comment.