Sha256: 8287339a0e035a3f5184c3d7f30347af20e9ce8d8e141d7bba256425a8732cb0
Contents?: true
Size: 135 Bytes
Versions: 150
Compression:
Stored size: 135 Bytes
Contents
#if !defined(PANGRAM_H) #define PANGRAM_H #include <string> namespace pangram { bool is_pangram(const std::string &s); } #endif
Version data entries
150 entries across 150 versions & 1 rubygems