Sha256: ab491d8e8039bef97f0ae789b57ad8472d5dc40d5389d4bb1c95a8aedc87a434
Contents?: true
Size: 1.58 KB
Versions: 11
Compression:
Stored size: 1.58 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": [ "strings", "default arguments" ] }, { "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
11 entries across 11 versions & 1 rubygems