Hacker News new | ask | show | jobs
by masmullin 3227 days ago
> if you can't say "I love you", it is not a language to me.

void declareEmotion( bool isInLoveWith ) { if( isInLoveWith ) { printf("I love you\n"); else printf("I'm sorry, this isn't working out...\n"); } }