#include "hello.hpp"
int main(int argc, char ** argv)
{
    hello();
    return 0;
}
// vim: set sw=4 ts=4 sts=4 et:
