Muse back!
March 30, 2006 / Thursday
Feed The Geeks!
-----Original Message-----
From: Viv
Sent: Thursday, March 30, 2006 1:32 PM
To: Tim; Chris
Subject: RE: Happy hour?
0,16,30,3,* /home/viv/gethhfoodfortim.sh veggieburritos 2
-----Original Message-----
From: Tim
Sent: Thursday, March 30, 2006 1:23 PM
To: Chris; Viv
Subject: Happy hour?
I may not be able to get out of our weekly group meeting in time so...
try {
boolean goingToHappyHour = areYouGoing(HappyHour);
if (goingToHappyHour) {
eatAsMuchAsYouCan(immediate);
canYouBringBackExtraVeggieBurritos(2);
} else {
this.starve();
throw new HungryException("$%#@");
}
} catch (Exception e) {
e.printMessage();
} finally {
System.out.println("Thanks!");
}
March 30, 2006 01:41 PM | Geek
Comments
heh. nice.
Posted by: heather at March 30, 2006 02:26 PM