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.
 
 
 
 
 
 

19 lines
510 B

{
"blurb": "The classical introductory exercise. Just say \"Hello, World!\"",
"authors": ["masters3d"],
"contributors": [
"DFXLuna",
"iHiD",
"kytrinyx",
"lukaszklis",
"porkostomus",
"SleeplessByte"
],
"files": {
"solution": ["hello-world.ts"],
"test": ["hello-world.test.ts"],
"example": [".meta/proof.ci.ts"]
},
"source": "This is an exercise to introduce users to using Exercism",
"source_url": "http://en.wikipedia.org/wiki/%22Hello,_world!%22_program"
}