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