#include <iostream>

int main()
{
    std::cout << "Hello, world! (and also <%= Datum.Name %>)\n";
}