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

config.json 840B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "slug": "java",
  3. "language": "Java",
  4. "repository": "https://github.com/exercism/xjava",
  5. "active": true,
  6. "problems": [
  7. "hello-world",
  8. "etl",
  9. "nucleotide-count",
  10. "word-count",
  11. "anagram",
  12. "hamming",
  13. "bob",
  14. "robot-name",
  15. "meetup",
  16. "phone-number",
  17. "grade-school",
  18. "space-age",
  19. "gigasecond",
  20. "triangle",
  21. "scrabble-score",
  22. "roman-numerals",
  23. "binary",
  24. "prime-factors",
  25. "raindrops",
  26. "allergies",
  27. "strain",
  28. "atbash-cipher",
  29. "accumulate",
  30. "crypto-square",
  31. "trinary",
  32. "rna-transcription",
  33. "sieve",
  34. "simple-cipher",
  35. "octal",
  36. "luhn",
  37. "pig-latin",
  38. "pascals-triangle"
  39. ],
  40. "deprecated": [
  41. ],
  42. "ignored": [
  43. "_template",
  44. ".gradle",
  45. "docs"
  46. ],
  47. "foregone": [
  48. "leap",
  49. "grains",
  50. "say"
  51. ]
  52. }