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