25
Comments
  • 0
    #include <iostream>
    #include <cstdlib>

    using namespace std;

    int main() {
    cout << “Hey! Merry Christmas to you too, but.. \n”;
    _sleep(1000);
    cout << “why C instead of C++? \n”;

    return 0;
    }
Add Comment