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