mirror of
https://github.com/ArthurDanjou/exercism-rust.git
synced 2026-02-01 04:27:52 +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."
|
||||
}
|
||||
1
robot-simulator/.exercism/metadata.json
Normal file
1
robot-simulator/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"rust","exercise":"robot-simulator","id":"5906f62c2a124ee1b77c8a2ce963571e","url":"https://exercism.org/tracks/rust/exercises/robot-simulator","handle":"ArthurDanjou","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user