void printIfPositive()

in lessons/unwrap.cpp [3:6]


void printIfPositive(int i)
{
    std::cout << "Surround and Unwrap me!";
}