Some solutions for the julia path
This commit is contained in:
20
julia/secrets/.exercism/config.json
Normal file
20
julia/secrets/.exercism/config.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"authors": [
|
||||
"colinleach"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"secrets.jl"
|
||||
],
|
||||
"test": [
|
||||
"runtests.jl"
|
||||
],
|
||||
"exemplar": [
|
||||
".meta/exemplar.jl"
|
||||
]
|
||||
},
|
||||
"forked_from": [
|
||||
"java/secrets"
|
||||
],
|
||||
"blurb": "Learn about bit manipulation by writing a program to decrypt a message."
|
||||
}
|
||||
Reference in New Issue
Block a user