exercism/rust/space-age/.exercism/config.json
2025-12-04 17:27:34 +03:00

40 lines
801 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": "https://pine.fm/LearnToProgram/?Chapter=01"
}