#include void helloWorld(void) { std::cout << "Hello, world!" << std::endl; }