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