Пример #1
0
void hello_world(const Strategy & strategy)
{
	std::cout << strategy.format("Hello", "world") << std::endl;
}