/* @file ex1.cpp */ #include "xo/object/object.hpp" #include int main() { using std::cout; using std::endl; cout << "hello, world!" << endl; } /* end ex1.cpp */