mirror of
https://codeberg.org/andyscott/exercism.git
synced 2024-11-09 21:30:47 -05:00
45 lines
859 B
JSON
45 lines
859 B
JSON
{
|
|
"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"
|
|
}
|