Sha256: a911b42ad254b1418a2341f95c8ac5b6b07b065d43cc97554bcc3a78fae173b3
Contents?: true
Size: 152 Bytes
Versions: 74
Compression:
Stored size: 152 Bytes
Contents
/** * Your implmentation of the Pangram exercise */ component { /** * @returns */ function isPangram( sentence ) { // Implement me here } }
Version data entries
74 entries across 74 versions & 1 rubygems