config.json (483B) - raw
1 { 2 "blurb": "The classical introductory exercise. Just say \"Hello, World!\"", 3 "authors": [ 4 "m-dango" 5 ], 6 "contributors": [ 7 "kotp", 8 "rfilipo" 9 ], 10 "files": { 11 "solution": [ 12 "HelloWorld.pm" 13 ], 14 "test": [ 15 "hello-world.t" 16 ], 17 "example": [ 18 ".meta/solutions/HelloWorld.pm" 19 ] 20 }, 21 "source": "This is an exercise to introduce users to using Exercism", 22 "source_url": "http://en.wikipedia.org/wiki/%22Hello,_world!%22_program" 23 }