#include "world.hpp"

#include <iostream>

void hello_world() {
    std::cout << "Hello world!\n";
}