Responses for exercises in Exercism.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

27 lines
638 B

{
"authors": [],
"contributors": [
"alexanderific",
"amscotti",
"baincd",
"Dispader",
"ikhadykin",
"kytrinyx",
"Raibaz",
"sjwarner-bp"
],
"files": {
"solution": [
"src/main/groovy/Gigasecond.groovy"
],
"test": [
"src/test/groovy/GigasecondSpec.groovy"
],
"example": [
".meta/src/reference/groovy/Gigasecond.groovy"
]
},
"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"
}