Sha256: d15469b45ef6d4495736b035ac64d1817df4d378b06e84405b28c6a1dc13bf02
Contents?: true
Size: 249 Bytes
Versions: 5
Compression:
Stored size: 249 Bytes
Contents
(ns beer-song) (defn verse "Returns the nth verse of the song." [num]) (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
5 entries across 5 versions & 1 rubygems