Skip to content

Commit

Permalink
reformat nth-prime config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
keiravillekode committed Nov 1, 2023
1 parent 228ac70 commit 309837d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
4 changes: 2 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -404,9 +404,9 @@
"slug": "nth-prime",
"name": "Nth Prime",
"uuid": "b904e358-d446-41b2-a168-0be20a4c9df8",
"practices": [],
"prerequisites": [],
"difficulty": 4,
"practices": []
"difficulty": 4
},
{
"slug": "robot-simulator",
Expand Down
19 changes: 13 additions & 6 deletions exercises/practice/nth-prime/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
{
"blurb": "Given a number n, determine what the nth prime is.",
"authors": ["keiravillekode"],
"contributors": [],
"authors": [
"keiravillekode"
],
"files": {
"solution": ["nth-prime.wren"],
"test": ["nth-prime.spec.wren"],
"example": [".meta/proof.ci.wren"]
"solution": [
"nth-prime.wren"
],
"test": [
"nth-prime.spec.wren"
],
"example": [
".meta/proof.ci.wren"
]
},
"blurb": "Given a number n, determine what the nth prime is.",
"source": "A variation on Problem 7 at Project Euler",
"source_url": "https://projecteuler.net/problem=7"
}

0 comments on commit 309837d

Please sign in to comment.