Files
exercism-rust/role-playing-game/.exercism/config.json
2022-08-04 23:58:25 +02:00

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