#include "word_count.h" namespace word_count { using namespace std; Words words(const string &str) { return Words(); } }