Not too hard, unless you want to make it ultra-realistic, using the physics engine an such.


Code:
void main()
{
    cout << "I am MrCode,";
    cout << "hear me roar!";
    system("PAUSE");
}