Ad

function must return "Hello world".

Describe(code_test)
{
    It(numberOne)
    {
        Assert::That(print(), Equals("Hello world"));
    }
};