mirror of
https://github.com/ArthurDanjou/exercism-rust.git
synced 2026-02-02 13:07:53 +01:00
Initial commit
This commit is contained in:
34
robot-simulator/.exercism/config.json
Normal file
34
robot-simulator/.exercism/config.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"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."
|
||||
}
|
||||
Reference in New Issue
Block a user