exercism-perl5

Repository for my Perl 5 Exercism exercises
git clone git://git.samirparikh.com/exercism-perl5
Log | Files | Refs | README

config.json (505B) - raw


      1 {
      2   "blurb": "Given a diagram, determine which plants each child in the kindergarten class is responsible for.",
      3   "authors": [
      4     "bistik"
      5   ],
      6   "contributors": [
      7     "kytrinyx",
      8     "m-dango",
      9     "rfilipo"
     10   ],
     11   "files": {
     12     "solution": [
     13       "KindergartenGarden.pm"
     14     ],
     15     "test": [
     16       "kindergarten-garden.t"
     17     ],
     18     "example": [
     19       ".meta/solutions/KindergartenGarden.pm"
     20     ]
     21   },
     22   "source": "Random musings during airplane trip.",
     23   "source_url": "http://jumpstartlab.com"
     24 }