Files
2022-08-04 23:58:25 +02:00

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