blob: 1d579cfdd02162cab45fd05861bba7639cd650d6 [file] [log] [blame]
#include "libA.hpp"
std::string getLibStr(void) {
return "Hello World";
}