Ver Mensaje Individual
  #548  
Viejo 08/02/13, 12:27:01
Array

[xs_avatar]
Isthar13 Isthar13 no está en línea
Usuario muy activo
 
Fecha de registro: dic 2012
Mensajes: 656
Modelo de smartphone: Nexus 5
Tu operador: Vodafone
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.
Responder Con Cita