Test.cpp
398 Bytes
////
//// Test.cpp
//// manomotion
////
//// Created by sbc on 13/01/21.
////
//
//#include "Test.hpp"
//
//
//void ManomotionCPPClass::setVal(int val) {
// i = val;
//}
//void ManomotionCPPClass::printVal() {
// cout << "In lib " << i << endl;
//}
//
//string printFromManomotionLib(string str) {
// cout << "Hello World manomotion lib" << str << endl;
// return "from mm lib";
//}