Sha256: 6ae97de495622a1d1793f06dd093c3bbd06df20d90b5e29d2ccc68becad5cadb
Contents?: true
Size: 216 Bytes
Versions: 396
Compression:
Stored size: 216 Bytes
Contents
#if !defined(BEER_SONG_H) #define BEER_SONG_H #include <string> namespace beer { std::string verse(unsigned bottles); std::string sing(unsigned begin, unsigned end); std::string sing(unsigned bottles); } #endif
Version data entries
396 entries across 396 versions & 1 rubygems