mirror of
https://github.com/ArthurDanjou/exercism-rust.git
synced 2026-01-26 18:00:29 +01:00
35 lines
575 B
JSON
35 lines
575 B
JSON
{
|
|
"blurb": "Write a robot simulator.",
|
|
"authors": [
|
|
"IanWhitney"
|
|
],
|
|
"contributors": [
|
|
"ashleygwilliams",
|
|
"coriolinus",
|
|
"cwhakes",
|
|
"efx",
|
|
"ErikSchierboom",
|
|
"IanWhitney",
|
|
"lutostag",
|
|
"nfiles",
|
|
"petertseng",
|
|
"rofrol",
|
|
"stringparser",
|
|
"xakon",
|
|
"ZapAnton"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"src/lib.rs",
|
|
"Cargo.toml"
|
|
],
|
|
"test": [
|
|
"tests/robot-simulator.rs"
|
|
],
|
|
"example": [
|
|
".meta/example.rs"
|
|
]
|
|
},
|
|
"source": "Inspired by an interview question at a famous company."
|
|
}
|