java-exercism-exercises/gigasecond/.exercism/config.json

41 lines
847 B
JSON

{
"authors": [],
"contributors": [
"FridaTveit",
"jmrunkle",
"jtigger",
"kytrinyx",
"lemoncurry",
"LukBukkit",
"matthewmorgan",
"mirkoperillo",
"morrme",
"msomji",
"muzimuzhi",
"SleeplessByte",
"Smarticles101",
"sshine",
"stkent",
"Valkryst",
"vdemeester",
"Zaldrick"
],
"files": {
"solution": [
"src/main/java/Gigasecond.java"
],
"test": [
"src/test/java/GigasecondTest.java"
],
"example": [
".meta/src/reference/java/Gigasecond.java"
],
"invalidator": [
"build.gradle"
]
},
"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": "http://pine.fm/LearnToProgram/?Chapter=09"
}