blob: d3e67ca32e45d1d4f7cd21662a74d3c1d3e4d4cd [file] [log] [blame]
#include <iostream>
#include "lib/cmMod.hpp"
using namespace std;
int main(void) {
cmModClass obj("Hello (LIB TEST)");
cout << obj.getStr() << endl;
return 0;
}