Quote Originally Posted by Zach L.
Terrible, man... Just terrible...
Code:
#include <iostream>
using namespace std;
int main() {
  cout << "Uh, oh. Your operating system has been deleted." << endl;
  return 0;
}
Ahh, geez. Thanks for fixing that for me. When writing long complex programs, I sometimes forget some of the more difficult stuff. hehehehe...