proverb
This commit is contained in:
parent
ed09dd5590
commit
d5f25bd8bf
7 changed files with 276 additions and 0 deletions
36
rust/proverb/.exercism/config.json
Normal file
36
rust/proverb/.exercism/config.json
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"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"
|
||||
]
|
||||
},
|
||||
"blurb": "For want of a horseshoe nail, a kingdom was lost, or so the saying goes. Output the full text of this proverbial rhyme.",
|
||||
"source": "Wikipedia",
|
||||
"source_url": "https://en.wikipedia.org/wiki/For_Want_of_a_Nail"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue