Skip to content

Commit e2c8e9b

Browse files
authored
Format perfect-numbers config.json (#903)
1 parent 0e042aa commit e2c8e9b

File tree

1 file changed

+17
-11
lines changed

1 file changed

+17
-11
lines changed
Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
{
2-
"title": "Perfect Numbers",
3-
"blurb": "Determine if a number is perfect, abundant, or deficient based on Nicomachus' (60 - 120 CE) classification scheme for positive integers.",
4-
"source": "Taken from Chapter 2 of Functional Thinking by Neal Ford.",
5-
"source_url": "https://www.oreilly.com/library/view/functional-thinking/9781449365509/",
6-
"files": {
7-
"test": ["perfect-numbers-test.lisp"],
8-
"solution": ["perfect-numbers.lisp"],
9-
"example": [".meta/example.lisp"]
10-
},
11-
"authors": ["Average-user"],
12-
"contributors": []
2+
"authors": [
3+
"Average-user"
4+
],
5+
"files": {
6+
"solution": [
7+
"perfect-numbers.lisp"
8+
],
9+
"test": [
10+
"perfect-numbers-test.lisp"
11+
],
12+
"example": [
13+
".meta/example.lisp"
14+
]
15+
},
16+
"blurb": "Determine if a number is perfect, abundant, or deficient based on Nicomachus' (60 - 120 CE) classification scheme for positive integers.",
17+
"source": "Taken from Chapter 2 of Functional Thinking by Neal Ford.",
18+
"source_url": "https://www.oreilly.com/library/view/functional-thinking/9781449365509/"
1319
}

0 commit comments

Comments
 (0)