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

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