#pragma once #define EXERCISM_RUN_ALL_TESTS namespace hamming { int compute(const char *first, const char *second); }