| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- {
- "slug": "java",
- "language": "Java",
- "repository": "https://github.com/exercism/xjava",
- "active": true,
- "problems": [
- "hello-world",
- "etl",
- "nucleotide-count",
- "word-count",
- "pangram",
- "anagram",
- "hamming",
- "bob",
- "robot-name",
- "meetup",
- "phone-number",
- "grade-school",
- "space-age",
- "gigasecond",
- "triangle",
- "acronym",
- "scrabble-score",
- "roman-numerals",
- "binary",
- "prime-factors",
- "raindrops",
- "allergies",
- "strain",
- "atbash-cipher",
- "accumulate",
- "crypto-square",
- "trinary",
- "rna-transcription",
- "hexadecimal",
- "sieve",
- "simple-cipher",
- "octal",
- "luhn",
- "pig-latin",
- "linked-list",
- "nth-prime",
- "pascals-triangle"
- ],
- "deprecated": [
- ],
- "ignored": [
- "_template",
- ".gradle",
- "docs"
- ],
- "foregone": [
- "leap",
- "grains",
- "say"
- ]
- }
|