#ifndef GUARD_OLC_MD5_HPP #define GUARD_OLC_MD5_HPP #include <string>
namespace online_compile {
std::string md5(std::string s);
} // namespace online_compile
#endif