config.json 435 B

123456789101112131415161718192021222324
  1. {
  2. "authors": [
  3. "masters3d"
  4. ],
  5. "contributors": [
  6. "DFXLuna",
  7. "lukaszklis",
  8. "SleeplessByte"
  9. ],
  10. "files": {
  11. "solution": [
  12. "leap.ts"
  13. ],
  14. "test": [
  15. "leap.test.ts"
  16. ],
  17. "example": [
  18. ".meta/proof.ci.ts"
  19. ]
  20. },
  21. "blurb": "Determine whether a given year is a leap year.",
  22. "source": "CodeRanch Cattle Drive, Assignment 3",
  23. "source_url": "https://coderanch.com/t/718816/Leap"
  24. }