Nos queda:
Código:
try {
long order = (Math.round(Math.random() * totalOrders);
Client client = getClient(order);
if (client.hasReclaimed() && ordersLeft % 2 == 0 ) {
haveBeerAndOmelet();
next;
}
playBilliard();
sendTracking(order);
} catch (Exception e) {
lol();
}
Última edición por Isthar13 Día 08/02/13 a las 12:29:04.
|