7 lines
90 B
C++
7 lines
90 B
C++
#pragma once
|
|
|
|
namespace hamming {
|
|
|
|
int compute(const char *first, const char *second);
|
|
|
|
}
|