Skip to content

Commit

Permalink
done headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Eldart95 committed Mar 18, 2020
1 parent 29728ce commit 94b5809
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion PhoneticFinder.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#pragma once
#include <string>
namespace phonetic{
int find(string a,string b);
std::string find(std::string a,std::string b);
//
}

0 comments on commit 94b5809

Please sign in to comment.