Files
Exercism/julia/cars-assemble/.exercism/config.json

21 lines
338 B
JSON

{
"authors": [
"colinleach"
],
"files": {
"solution": [
"cars-assemble.jl"
],
"test": [
"runtests.jl"
],
"exemplar": [
".meta/exemplar.jl"
]
},
"forked_from": [
"csharp/cars-assemble"
],
"blurb": "Learn about conditionals by analyzing the production of an assembly line."
}