Sha256: ff5549afd32a6a0d684ee48714ecd3f34d2dd692397143f0ce7899ff26f4f424
Contents?: true
Size: 1.57 KB
Versions: 53
Compression:
Stored size: 1.57 KB
Contents
{ "slug": "pony", "language": "Pony", "repository": "https://github.com/exercism/xpony", "active": false, "ignored": [ "bin", "docs", "img" ], "exercises": [ { "slug": "hello-world", "difficulty": 1, "topics": [ "primitives", "methods" ] }, { "slug": "difference-of-squares", "difficulty": 1, "topics": [ "iterators" ] }, { "slug": "bob", "difficulty": 1, "topics": [ "strings" ] }, { "slug": "hamming", "difficulty": 1, "topics": [ "errors" ] }, { "slug": "leap", "difficulty": 1, "topics": [ "math", "booleans" ] }, { "slug": "anagram", "difficulty": 1, "topics": [ "reference capabilities", "strings" ] }, { "slug": "rna-transcription", "difficulty": 1, "topics": [ "strings", "errors", "iterators" ] }, { "slug": "roman-numerals", "difficulty": 2, "topics": [ "strings", "errors", "math" ] }, { "slug": "beer-song", "difficulty": 1, "topics": [ "strings", "match" ] }, { "slug": "atbash-cipher", "difficulty": 1, "topics": [ "strings", "iterators" ] }, { "slug": "pascals-triangle", "difficulty": 1, "topics": [ "math", "iterators", "arrays" ] } ] }
Version data entries
53 entries across 53 versions & 1 rubygems