I tried to post this very thing at stackoverflow. It was rejected. I should have known the only the only place that would be accepting is codeproject. What would you do to professs your love to the women (or man) you adore?
using System;
void main() {
while (true) {
string I = "love you, forever."
Console.WriteLine("I {0}", I);
}
}