
static int PoohEatingHoney(int value, ref int count)
{
count++;
return PoohEatingHoney(value + 1, ref count);
}
//ht Brian Haslip
Originally shared by Matthew “Polybius” H
I want my children to remember that no matter how hard your life is right now: Just wait; it is heartbreakingly beautiful and moving

static int PoohEatingHoney(int value, ref int count)
{
count++;
return PoohEatingHoney(value + 1, ref count);
}
//ht Brian Haslip
Originally shared by Matthew “Polybius” H
Frustrated non-practicing artist
BS physics minor in math
I work in IT
Cancer survivor
Happily married for 30 some odd years
Leave a comment