Sha256: 58a464cfc80b662d31fe1810f0a74fd3ecae344849d2300381c0e2b972ed1be2
Contents?: true
Size: 177 Bytes
Versions: 396
Compression:
Stored size: 177 Bytes
Contents
#if !defined(WORD_COUNT_H) #define WORD_COUNT_H #include <map> #include <string> namespace word_count { std::map<std::string, int> words(std::string const& text); } #endif
Version data entries
396 entries across 396 versions & 1 rubygems