9 lines
122 B
C++
9 lines
122 B
C++
#pragma once
|
|
|
|
#define EXERCISM_RUN_ALL_TESTS
|
|
|
|
namespace hamming {
|
|
|
|
int compute(const char *first, const char *second);
|
|
|
|
}
|