Files
rust/exercism/rust/assembly-line/.exercism/config.json
2022-12-22 14:24:20 -05:00

20 lines
315 B
JSON

{
"authors": [
"LewisClement",
"efx"
],
"files": {
"solution": [
"src/lib.rs",
"Cargo.toml"
],
"test": [
"tests/assembly-line.rs"
],
"exemplar": [
".meta/exemplar.rs"
]
},
"blurb": "Learn about numbers while working on an assembly line for cars."
}