Sha256: d2b189a9f6fee0f9f13947110f1a868c5b892d442e982a2d82d0d0b20a9b9d93
Contents?: true
Size: 316 Bytes
Versions: 395
Compression:
Stored size: 316 Bytes
Contents
(* If the number contains 3 as a factor, output 'Pling'. If the number contains 5 as a factor, output 'Plang'. If the number contains 7 as a factor, output 'Plong'. If the number does not contain 3, 5, or 7 as a factor, just pass the number's digits straight through. *) val raindrop : int -> string
Version data entries
395 entries across 395 versions & 1 rubygems