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