#include <stdio.h>

#include "hello.h"

int main(int argc, char * * argv)
{
    printf("Hello " WHAT "\n");
    return 0;
}