1 2 3 4 5 6 7
#include "world.hpp" #include <iostream> void hello_world() { std::cout << "Hello world!\n"; }