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