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