26 lines
548 B
JSON
Raw Normal View History

2024-10-14 11:37:17 +02:00
{
"authors": [
"SuperPaintman"
],
"contributors": [
"rafaelalvessa",
"Stargator",
"Zureka",
"kytrinyx"
],
"files": {
"solution": [
"lib/gigasecond.dart"
],
"test": [
"test/gigasecond_test.dart"
],
"example": [
".meta/lib/example.dart"
]
},
"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"
}