2 lines
97 B
C++
2 lines
97 B
C++
int stringSimilarity(std::string string1, std::string string2);
|
|
void unittest_stringSimilarity(); |