48

While(alive)
{
Work();
Eat();
If(payday)
{
GetPaid();
PayBills();
}
Drink();
CrySelfToSleep();
}
WaveToLucifer();

Comments
Add Comment