#pragma once #define EXERCISM_RUN_ALL_TESTS #include #include #include namespace word_count { typedef std::map Words; Words words(const std::string&, const std::locale &loc = std::locale()); }