char const* greet()
{
   return "hello, world";
}

