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.
29 lines
590 B
29 lines
590 B
3 years ago
|
{
|
||
|
"blurb": "The classical introductory exercise. Just say \"Hello, World!\"",
|
||
|
"authors": [
|
||
|
"ErikSchierboom"
|
||
|
],
|
||
|
"contributors": [
|
||
|
"iHiD",
|
||
|
"kytrinyx",
|
||
|
"petertseng",
|
||
|
"ppartarr",
|
||
|
"rbasso",
|
||
|
"sshine",
|
||
|
"tejasbubane"
|
||
|
],
|
||
|
"files": {
|
||
|
"solution": [
|
||
|
"src/HelloWorld.hs"
|
||
|
],
|
||
|
"test": [
|
||
|
"test/Tests.hs"
|
||
|
],
|
||
|
"example": [
|
||
|
"examples/success-standard/src/HelloWorld.hs"
|
||
|
]
|
||
|
},
|
||
|
"source": "This is an exercise to introduce users to using Exercism",
|
||
|
"source_url": "http://en.wikipedia.org/wiki/%22Hello,_world!%22_program"
|
||
|
}
|