#include <SubDirPrefix/greeting.h>

int main(void)
{
  greeting();
  return 0;
}