exercism-solutions/rust/space-age/.exercism/config.json

40 lines
800 B
JSON

{
"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": "http://pine.fm/LearnToProgram/?Chapter=01"
}