1 2 3 4 5 6 7 8 9 10
#include <iostream> #include <cmMod.hpp> using namespace std; int main(void) { cmModClass obj("Hello"); cout << obj.getStr() << endl; return 0; }