lots of exercises in java... from https://github.com/exercism/java

config.json 448B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "slug": "java",
  3. "language": "Java",
  4. "repository": "https://github.com/exercism/xjava",
  5. "active": true,
  6. "problems": [
  7. "etl",
  8. "nucleotide-count",
  9. "word-count",
  10. "anagram",
  11. "hamming",
  12. "bob",
  13. "robot-name",
  14. "meetup",
  15. "phone-number",
  16. "grade-school",
  17. "space-age"
  18. ],
  19. "deprecated": [
  20. ],
  21. "ignored": [
  22. "_template",
  23. ".gradle"
  24. ],
  25. "foregone": [
  26. "leap",
  27. "grains",
  28. "say"
  29. ]
  30. }