void startSeason()

in lessons/completion_type.cpp [10:13]


void startSeason(Season s)
{
    std::cout << "Season " << s << " just started!\n";
}