space-age
This commit is contained in:
parent
498f64b5cd
commit
d3bfaf4131
7 changed files with 394 additions and 0 deletions
40
rust/space-age/.exercism/config.json
Normal file
40
rust/space-age/.exercism/config.json
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"authors": [
|
||||
"IanWhitney"
|
||||
],
|
||||
"contributors": [
|
||||
"ashleygwilliams",
|
||||
"bobahop",
|
||||
"coriolinus",
|
||||
"cwhakes",
|
||||
"durka",
|
||||
"eddyp",
|
||||
"efx",
|
||||
"ErikSchierboom",
|
||||
"IanWhitney",
|
||||
"joshgoebel",
|
||||
"lutostag",
|
||||
"nfiles",
|
||||
"ocstl",
|
||||
"petertseng",
|
||||
"rofrol",
|
||||
"stringparser",
|
||||
"xakon",
|
||||
"ZapAnton"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"src/lib.rs",
|
||||
"Cargo.toml"
|
||||
],
|
||||
"test": [
|
||||
"tests/space_age.rs"
|
||||
],
|
||||
"example": [
|
||||
".meta/example.rs"
|
||||
]
|
||||
},
|
||||
"blurb": "Given an age in seconds, calculate how old someone is in terms of a given planet's solar years.",
|
||||
"source": "Partially inspired by Chapter 1 in Chris Pine's online Learn to Program tutorial.",
|
||||
"source_url": "https://pine.fm/LearnToProgram/?Chapter=01"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue