mirror of
https://github.com/ArthurDanjou/exercism-rust.git
synced 2026-02-05 14:37:50 +01:00
Initial commit
This commit is contained in:
50
bob/.exercism/config.json
Normal file
50
bob/.exercism/config.json
Normal file
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
1
bob/.exercism/metadata.json
Normal file
1
bob/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"rust","exercise":"bob","id":"2ba266860b29447aafa6e7938191d672","url":"https://exercism.org/tracks/rust/exercises/bob","handle":"ArthurDanjou","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user