Sha256: 34a8c485bada4865d2ff2c5eacfd51a83320ef642579a52eff641ba962d65c0f
Contents?: true
Size: 317 Bytes
Versions: 68
Compression:
Stored size: 317 Bytes
Contents
let raindrop = function | n when n mod 105 = 0 -> "PlingPlangPlong" | n when n mod 35 = 0 -> "PlangPlong" | n when n mod 21 = 0 -> "PlingPlong" | n when n mod 15 = 0 -> "PlingPlang" | n when n mod 7 = 0 -> "Plong" | n when n mod 5 = 0 -> "Plang" | n when n mod 3 = 0 -> "Pling" | n -> string_of_int n
Version data entries
68 entries across 68 versions & 1 rubygems