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