mirror of
https://github.com/ArthurDanjou/exercism-rust.git
synced 2026-01-30 19:57:48 +01:00
Initial commit
This commit is contained in:
43
clock/.exercism/config.json
Normal file
43
clock/.exercism/config.json
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"blurb": "Implement a clock that handles times without dates.",
|
||||
"authors": [
|
||||
"sacherjj"
|
||||
],
|
||||
"contributors": [
|
||||
"attilahorvath",
|
||||
"coriolinus",
|
||||
"cwhakes",
|
||||
"danieljl",
|
||||
"eddyp",
|
||||
"efx",
|
||||
"ErikSchierboom",
|
||||
"felix91gr",
|
||||
"kunaltyagi",
|
||||
"lutostag",
|
||||
"nfiles",
|
||||
"petertseng",
|
||||
"rofrol",
|
||||
"shaaraddalvi",
|
||||
"stringparser",
|
||||
"tmccombs",
|
||||
"xakon",
|
||||
"ZapAnton"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"src/lib.rs",
|
||||
"Cargo.toml"
|
||||
],
|
||||
"test": [
|
||||
"tests/clock.rs"
|
||||
],
|
||||
"example": [
|
||||
".meta/example.rs"
|
||||
]
|
||||
},
|
||||
"source": "Pairing session with Erin Drummond",
|
||||
"source_url": "https://twitter.com/ebdrummond",
|
||||
"custom": {
|
||||
"allowed-to-not-compile": "Stub doesn't compile because there is no to_string() implementation. This exercise is an introduction to derived and self-implemented traits, therefore adding template for a trait would reduce student learning."
|
||||
}
|
||||
}
|
||||
1
clock/.exercism/metadata.json
Normal file
1
clock/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"rust","exercise":"clock","id":"bcfb7c3bb06e42a0921d4975f51a864f","url":"https://exercism.org/tracks/rust/exercises/clock","handle":"ArthurDanjou","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user