some tests passed in clock
This commit is contained in:
parent
0ef500d9ef
commit
e63c68efe8
21 changed files with 1181 additions and 0 deletions
45
rust/gigasecond/.exercism/config.json
Normal file
45
rust/gigasecond/.exercism/config.json
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
{
|
||||
"authors": [
|
||||
"IanWhitney"
|
||||
],
|
||||
"contributors": [
|
||||
"andy5995",
|
||||
"ashleygwilliams",
|
||||
"cbzehner",
|
||||
"coriolinus",
|
||||
"cwhakes",
|
||||
"EduardoBautista",
|
||||
"efx",
|
||||
"ErikSchierboom",
|
||||
"houhoulis",
|
||||
"IanWhitney",
|
||||
"janczer",
|
||||
"leoyvens",
|
||||
"lutostag",
|
||||
"mkantor",
|
||||
"nfiles",
|
||||
"NieDzejkob",
|
||||
"ocstl",
|
||||
"petertseng",
|
||||
"rofrol",
|
||||
"sacherjj",
|
||||
"stringparser",
|
||||
"xakon",
|
||||
"ZapAnton"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"src/lib.rs",
|
||||
"Cargo.toml"
|
||||
],
|
||||
"test": [
|
||||
"tests/gigasecond.rs"
|
||||
],
|
||||
"example": [
|
||||
".meta/example.rs"
|
||||
]
|
||||
},
|
||||
"blurb": "Given a moment, determine the moment that would be after a gigasecond has passed.",
|
||||
"source": "Chapter 9 in Chris Pine's online Learn to Program tutorial.",
|
||||
"source_url": "https://pine.fm/LearnToProgram/?Chapter=09"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue