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.
26 lines
584 B
26 lines
584 B
2 years ago
|
{
|
||
|
"authors": [
|
||
|
"duffn"
|
||
|
],
|
||
|
"contributors": [
|
||
|
"alexanderific",
|
||
|
"amscotti",
|
||
|
"Dispader",
|
||
|
"kytrinyx"
|
||
|
],
|
||
|
"files": {
|
||
|
"solution": [
|
||
|
"src/main/groovy/HelloWorld.groovy"
|
||
|
],
|
||
|
"test": [
|
||
|
"src/test/groovy/HelloWorldSpec.groovy"
|
||
|
],
|
||
|
"example": [
|
||
|
".meta/src/reference/groovy/HelloWorld.groovy"
|
||
|
]
|
||
|
},
|
||
|
"blurb": "The classical introductory exercise. Just say \"Hello, World!\".",
|
||
|
"source": "This is an exercise to introduce users to using Exercism",
|
||
|
"source_url": "https://en.wikipedia.org/wiki/%22Hello,_world!%22_program"
|
||
|
}
|