#include "worker.h" void worker() { std::cout << "Hello, World!" << std::endl; }