config.json 412 B

12345678910111213141516171819202122
  1. {
  2. "authors": [
  3. "CRivasGomez"
  4. ],
  5. "contributors": [
  6. "masters3d",
  7. "SleeplessByte"
  8. ],
  9. "files": {
  10. "solution": [
  11. "two-fer.ts"
  12. ],
  13. "test": [
  14. "two-fer.test.ts"
  15. ],
  16. "example": [
  17. ".meta/proof.ci.ts"
  18. ]
  19. },
  20. "blurb": "Create a sentence of the form \"One for X, one for me.\".",
  21. "source_url": "https://github.com/exercism/problem-specifications/issues/757"
  22. }