Code:
void your_professor()
{
    cout << "no kidding";
}

int main()
{
goto idiot;

idiot: 
       your_professor();

return 0;
}