mirror of
https://github.com/ArthurDanjou/exercism-rust.git
synced 2026-01-28 19:00:27 +01:00
51 lines
967 B
JSON
51 lines
967 B
JSON
{
|
|
"blurb": "Bob is a lackadaisical teenager. In conversation, his responses are very limited.",
|
|
"authors": [
|
|
"EduardoBautista"
|
|
],
|
|
"contributors": [
|
|
"andrewclarkson",
|
|
"ashleygwilliams",
|
|
"austinlyons",
|
|
"cjmochrie",
|
|
"cmccandless",
|
|
"coriolinus",
|
|
"cwhakes",
|
|
"EduardoBautista",
|
|
"efx",
|
|
"ErikSchierboom",
|
|
"etrepum",
|
|
"f3rn0s",
|
|
"IanWhitney",
|
|
"kytrinyx",
|
|
"leoyvens",
|
|
"lewisclement",
|
|
"lutostag",
|
|
"mkantor",
|
|
"nfiles",
|
|
"petertseng",
|
|
"pminten",
|
|
"rofrol",
|
|
"rpottsoh",
|
|
"stefanv",
|
|
"stringparser",
|
|
"vvv",
|
|
"xakon",
|
|
"ZapAnton"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"src/lib.rs",
|
|
"Cargo.toml"
|
|
],
|
|
"test": [
|
|
"tests/bob.rs"
|
|
],
|
|
"example": [
|
|
".meta/example.rs"
|
|
]
|
|
},
|
|
"source": "Inspired by the 'Deaf Grandma' exercise in Chris Pine's Learn to Program tutorial.",
|
|
"source_url": "http://pine.fm/LearnToProgram/?Chapter=06"
|
|
}
|