Sha256: 6cd9b8f551f7a1706191af20ba704667364d4f6e67b9c55c6c56d4b3fa6c2f49
Contents?: true
Size: 247 Bytes
Versions: 98
Compression:
Stored size: 247 Bytes
Contents
(ns beer-song) (defn verse "Returns the nth verse of the song." [n]) (defn sing "Given a start and an optional end, returns all verses in this interval. If end is not given, the whole song from start is sung." ([start]) ([start end]))
Version data entries
98 entries across 98 versions & 1 rubygems