config.json 556 B

123456789101112131415161718192021222324252627
  1. {
  2. "authors": [
  3. "masters3d"
  4. ],
  5. "contributors": [
  6. "DFXLuna",
  7. "iHiD",
  8. "kytrinyx",
  9. "lukaszklis",
  10. "porkostomus",
  11. "SleeplessByte"
  12. ],
  13. "files": {
  14. "solution": [
  15. "hello-world.ts"
  16. ],
  17. "test": [
  18. "hello-world.test.ts"
  19. ],
  20. "example": [
  21. ".meta/proof.ci.ts"
  22. ]
  23. },
  24. "blurb": "The classical introductory exercise. Just say \"Hello, World!\".",
  25. "source": "This is an exercise to introduce users to using Exercism",
  26. "source_url": "https://en.wikipedia.org/wiki/%22Hello,_world!%22_program"
  27. }