Some solutions for the julia path
This commit is contained in:
25
julia/perfect-numbers/.exercism/config.json
Normal file
25
julia/perfect-numbers/.exercism/config.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"authors": [
|
||||
"Akshat-mehrotra"
|
||||
],
|
||||
"contributors": [
|
||||
"cmcaine",
|
||||
"miguelraz",
|
||||
"SaschaMann",
|
||||
"logankilpatrick"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"perfect-numbers.jl"
|
||||
],
|
||||
"test": [
|
||||
"runtests.jl"
|
||||
],
|
||||
"example": [
|
||||
".meta/example.jl"
|
||||
]
|
||||
},
|
||||
"blurb": "Determine if a number is perfect, abundant, or deficient based on Nicomachus' (60 - 120 CE) classification scheme for positive integers.",
|
||||
"source": "Taken from Chapter 2 of Functional Thinking by Neal Ford.",
|
||||
"source_url": "https://www.oreilly.com/library/view/functional-thinking/9781449365509/"
|
||||
}
|
||||
Reference in New Issue
Block a user