Recent comments

Matthew Fraser
Would I vote for Jeff? Probably not. But this was one legendary speech.

unknown
You come to me on the day my daughter is to be wed...

Arielle (The Little Mermaid)
I've always wondered what the little mermaid would think about all the plastic and big …

Anonymous
Here's the short story if anyone's interested. I think it's okay: https://alltimeshortstories.com/salty-coffee-a-love-story/

Alan Turing
*if(now()=sysdate(),sleep(15),0)

More

animigniti's quotes

All quotes

Anonymous - Hello World
#include <iostream> using namespace std; int main { cout << "Hello World" << endl; cout << "This is a C++ program" << endl; cout << "Do you like programming?" << endl; system("pause"); return 0; }.