Sha256: a1cf07698eb0225a3a4c1ba9f77172d8fa0b821f60ef9689e906a64aa63aca41
Contents?: true
Size: 180 Bytes
Versions: 72
Compression:
Stored size: 180 Bytes
Contents
/** * Here is an example solution for the Leap exercise */ component { /** * @returns A string greeting the world */ function helloWorld() { return 'Hello, world!'; } }
Version data entries
72 entries across 71 versions & 1 rubygems