#pragma once #define EXERCISM_RUN_ALL_TESTS #include namespace raindrops { std::string convert(int); }