config.json 508 B

12345678910111213141516171819202122232425
  1. {
  2. "authors": [
  3. "jeslopcru"
  4. ],
  5. "contributors": [
  6. "arueckauer",
  7. "kunicmarko20",
  8. "kytrinyx",
  9. "petemcfarlane"
  10. ],
  11. "files": {
  12. "solution": [
  13. "Sieve.php"
  14. ],
  15. "test": [
  16. "SieveTest.php"
  17. ],
  18. "example": [
  19. ".meta/example.php"
  20. ]
  21. },
  22. "blurb": "Use the Sieve of Eratosthenes to find all the primes from 2 up to a given number.",
  23. "source": "Sieve of Eratosthenes at Wikipedia",
  24. "source_url": "https://en.wikipedia.org/wiki/Sieve_of_Eratosthenes"
  25. }