#pragma once #define EXERCISM_RUN_ALL_TESTS #include namespace binary { unsigned int convert(const std::string&); }