Sha256: 4640af087507dae064fde8c7c2ccdc7b400dfd73b267ddd383e2c689bace3d6a
Contents?: true
Size: 526 Bytes
Versions: 45
Compression:
Stored size: 526 Bytes
Contents
package raindrops // Source: exercism/problem-specifications // Commit: 9db5371 raindrops: Fix canonical-data.json formatting // Problem Specifications Version: 1.0.0 var tests = []struct { input int expected string }{ {1, "1"}, {3, "Pling"}, {5, "Plang"}, {7, "Plong"}, {6, "Pling"}, {8, "8"}, {9, "Pling"}, {10, "Plang"}, {14, "Plong"}, {15, "PlingPlang"}, {21, "PlingPlong"}, {25, "Plang"}, {27, "Pling"}, {35, "PlangPlong"}, {49, "Plong"}, {52, "52"}, {105, "PlingPlangPlong"}, {3125, "Plang"}, }
Version data entries
45 entries across 45 versions & 1 rubygems