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

config.json 361B

12345678910111213141516171819202122232425
  1. {
  2. "slug": "java",
  3. "language": "Java",
  4. "repository": "https://github.com/exercism/xjava",
  5. "active": false,
  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. ],
  18. "deprecated": [
  19. ],
  20. "ignored": [
  21. "_template"
  22. ]
  23. }