#include "tool.hpp" using namespace aFuntool; int main(int argc, char **argv) { std::cout << time33("HelloWorld") << std::endl; return 0; }