//----------------------------------------------------------------------------- // t-moeo.cpp //----------------------------------------------------------------------------- #include // MOEO //----------------------------------------------------------------------------- //----------------------------------------------------------------------------- int main() { std::cout << "Please fill the test" << std::endl; return 0; } //-----------------------------------------------------------------------------