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

37 lines
694 B
JSON

{
"blurb": "For want of a horseshoe nail, a kingdom was lost, or so the saying goes. Output the full text of this proverbial rhyme.",
"authors": [
"sacherjj"
],
"contributors": [
"attilahorvath",
"coriolinus",
"cwhakes",
"efx",
"ErikSchierboom",
"leoyvens",
"lutostag",
"navossoc",
"nfiles",
"petertseng",
"rofrol",
"stringparser",
"xakon",
"ZapAnton"
],
"files": {
"solution": [
"src/lib.rs",
"Cargo.toml"
],
"test": [
"tests/proverb.rs"
],
"example": [
".meta/example.rs"
]
},
"source": "Wikipedia",
"source_url": "http://en.wikipedia.org/wiki/For_Want_of_a_Nail"
}