haha too true.Quote:
people who say fail are just ignorant bitches, who wouldnt even be able to make an attempt at coding "hello world" let alone a whole emulator.
Code:
#include <iostream>
using namespace std;
int main()
{
cout << "Hello Nubs" << endl;
cin.get();
return 0;
}