config.json 247 B

1234567891011121314151617
  1. {
  2. "authors": [
  3. "homersimpsons"
  4. ],
  5. "files": {
  6. "solution": [
  7. "ListOps.php"
  8. ],
  9. "test": [
  10. "ListOpsTest.php"
  11. ],
  12. "example": [
  13. ".meta/example.php"
  14. ]
  15. },
  16. "blurb": "Implement basic list operations."
  17. }