Alex

97
reputation
1
13

void day(){ eat(food); drink(water || beer); learn(programming); }

int main(){ while(1 and !night()) { day(); } }