You know what, at 2:05 nothing makes sense any more! What's even more terrifying for you is right now I'm working on the code, looking at some books to buy and well... I've been doing this for the past three days....
// my first program in C++
#include
using namespace std;
int main ()
{
cout << "Hello World!";
return 0;
}
Will become:
// my first program in C++
#include
using namespace std;
int mian ()
{
cout << "Hello World!";
return 0;
}
And it will be disastrous. Ant at 2:07, that was hilarious.
__________________
:
Oh yeah, fair point. Maybe he was just tortured until he lost consciousness.
|
|