Initial commit

This commit is contained in:
2022-08-04 23:58:25 +02:00
commit ff1c36fc24
447 changed files with 9869 additions and 0 deletions

View 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."
}

View 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}