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