#include <stdio.h>
int main()
{
   printf("Hello, World! (and also <%= Datum.Name %>");
   return 0;
}