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.
31 lines
666 B
31 lines
666 B
{ |
|
"blurb": "Given an age in seconds, calculate how old someone is in terms of a given planet's solar years.", |
|
"authors": [ |
|
"etrepum" |
|
], |
|
"contributors": [ |
|
"iHiD", |
|
"joshgoebel", |
|
"kytrinyx", |
|
"mttakai", |
|
"petertseng", |
|
"ppartarr", |
|
"rbasso", |
|
"sharno", |
|
"sshine", |
|
"tejasbubane" |
|
], |
|
"files": { |
|
"solution": [ |
|
"src/SpaceAge.hs" |
|
], |
|
"test": [ |
|
"test/Tests.hs" |
|
], |
|
"example": [ |
|
"examples/success-double/src/SpaceAge.hs" |
|
] |
|
}, |
|
"source": "Partially inspired by Chapter 1 in Chris Pine's online Learn to Program tutorial.", |
|
"source_url": "http://pine.fm/LearnToProgram/?Chapter=01" |
|
}
|
|
|