#include "hamming.h" namespace hamming { int compute(const char *first, const char *second) { return 0; } }