Jun 08, 2008 12:54
So, I was going through old files and came across this, which made me laugh. This is from 1:56 AM, apparently. With that said, enjoy! lulz.
#include iosys.h
using namespace std
int main
{
str feeling_now = "a little confused";
feeling_now = "actually, scratch that. I feel great. onto variable thoughts.";
str thoughts = "thinking a lot about you. Sorry about that, but you're still on my mind. A lot. I still dream about you, I still. eh, what's the matter? None, I guess. Lost cause. I'm slain in your mind. Oh well. What could have been, but for a spine on my part...";
cout << thoughts << endl;
system("PAUSE");
return 0;
}