1
0
mirror of synced 2025-01-03 10:21:32 +01:00
2019-02-21 22:59:33 +01:00

6 lines
91 B
C++

#include <string>
std::string simple_lib_function() {
return "Compiled in library";
}