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