#pragma once #define EXERCISM_RUN_ALL_TESTS #include namespace say { typedef unsigned long long number_t; std::string in_english(number_t number); }