mirror of
https://github.com/ArthurDanjou/exercism-rust.git
synced 2026-02-05 14:37:50 +01:00
23 lines
371 B
JSON
23 lines
371 B
JSON
{
|
|
"blurb": "Learn about the `Option` enum by creating a minimal role-playing game",
|
|
"authors": [
|
|
"seanchen1991",
|
|
"coriolinus"
|
|
],
|
|
"contributors": [
|
|
"PaulT89"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"src/lib.rs",
|
|
"Cargo.toml"
|
|
],
|
|
"test": [
|
|
"tests/role-playing-game.rs"
|
|
],
|
|
"exemplar": [
|
|
".meta/exemplar.rs"
|
|
]
|
|
}
|
|
}
|