Konya Sohbet
İÇERİK
Konya Chat Sohbet
Konya Sohbet Sitesi
Konya Sohbet Odası
Konya Sohbet Kanalı
Konya Sohbet Siteleri
Konya Sohbet Odaları
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';