#include void hello_world() { std::cout << "Hello world!" << std::endl; } int main() { hello_world(); return 0; }